From b2f551ecad3fae959d0ca2e335208e0093c3b14a Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Fri, 15 Dec 2023 21:15:47 -0500 Subject: [PATCH] upd(cortile-bin): `2.3.0` -> `2.3.1` (#5048) Co-authored-by: ook37 --- packages/cortile-bin/cortile-bin.pacscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/cortile-bin/cortile-bin.pacscript b/packages/cortile-bin/cortile-bin.pacscript index fff73b4488..0175a3cf44 100644 --- a/packages/cortile-bin/cortile-bin.pacscript +++ b/packages/cortile-bin/cortile-bin.pacscript @@ -2,15 +2,15 @@ name="cortile-bin" gives="cortile" pkgdesc="Linux auto tiling manager with hot corner support" maintainer="AJStrong " -pkgver="2.3.0" +pkgver="2.3.1" replace=("${gives}" "${gives}-git") arch=('arm64' 'amd64') homepage='https://github.com/leukipp/cortile' repology=("project: cortile") if [[ ${CARCH} == arm64 ]]; then - hash="8a3f5ba10d7513689fde04aab4d69d12b57a128b32889a22ae0999624d59195d" + hash="c8cdbb5da1061f20928baa5bbce765dbca9b0733603267ca090a822b0888d544" else - hash="2b48705a156083a5db9dbf3f023edb6de9c238ca1f6e2aed36d2995dfdac3b34" + hash="914389898ef014518836d126b18f33c03d9abdf6673ca9ec40360f79e37dd8b0" fi url="https://github.com/leukipp/${gives}/releases/download/v${pkgver}/${gives}_${pkgver}_linux_${CARCH}.tar.gz"