Skip to content

Commit

Permalink
upd(cortile-bin): 2.3.0 -> 2.3.1 (#5048)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Dec 16, 2023
1 parent 797a109 commit b2f551e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cortile-bin/cortile-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name="cortile-bin"
gives="cortile"
pkgdesc="Linux auto tiling manager with hot corner support"
maintainer="AJStrong <[email protected]>"
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"

Expand Down

0 comments on commit b2f551e

Please sign in to comment.