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"