Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/cortile-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cortile-bin
gives = cortile
pkgver = 2.5.0
pkgver = 2.5.2
pkgdesc = Linux auto tiling manager with hot corner support
url = https://github.com/leukipp/cortile
arch = arm64
Expand All @@ -9,9 +9,9 @@ pkgbase = cortile-bin
replaces = cortile-git
maintainer = AJStrong <[email protected]>
repology = project: cortile
source_arm64 = https://github.com/leukipp/cortile/releases/download/v2.5.0/cortile_2.5.0_linux_arm64.tar.gz
sha256sums_arm64 = 22be6b2129765cb727d536818f19d6a3d2c9936315bab79e970106528bafcc95
source_amd64 = https://github.com/leukipp/cortile/releases/download/v2.5.0/cortile_2.5.0_linux_amd64.tar.gz
sha256sums_amd64 = f78bf9fc794d8a0068b77641c38c167fff6d338c2a6b987b88e62816d1390580
source_arm64 = https://github.com/leukipp/cortile/releases/download/v2.5.2/cortile_2.5.2_linux_arm64.tar.gz
sha256sums_arm64 = acebab88ef9e2301a25ce754838b3e8a5f6d800312436e871f2fad73b6f6fc9a
source_amd64 = https://github.com/leukipp/cortile/releases/download/v2.5.2/cortile_2.5.2_linux_amd64.tar.gz
sha256sums_amd64 = dcc104bb2dbdf5596b6de5e578b8988347200759ca5c1134f9d0bec3b19ef3dd

pkgname = cortile-bin
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,13 +2,13 @@ pkgname="cortile-bin"
gives="cortile"
pkgdesc="Linux auto tiling manager with hot corner support"
maintainer=("AJStrong <[email protected]>")
pkgver="2.5.0"
pkgver="2.5.2"
replaces=("${gives}" "${gives}-git")
arch=('arm64' 'amd64')
url='https://github.com/leukipp/cortile'
repology=("project: cortile")
sha256sums_arm64=("22be6b2129765cb727d536818f19d6a3d2c9936315bab79e970106528bafcc95")
sha256sums_amd64=("f78bf9fc794d8a0068b77641c38c167fff6d338c2a6b987b88e62816d1390580")
sha256sums_arm64=("acebab88ef9e2301a25ce754838b3e8a5f6d800312436e871f2fad73b6f6fc9a")
sha256sums_amd64=("dcc104bb2dbdf5596b6de5e578b8988347200759ca5c1134f9d0bec3b19ef3dd")
source=("https://github.com/leukipp/${gives}/releases/download/v${pkgver}/${gives}_${pkgver}_linux_${CARCH}.tar.gz")

package() {
Expand Down
10 changes: 5 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ pkgname = coreutils-single
---
pkgbase = cortile-bin
gives = cortile
pkgver = 2.5.0
pkgver = 2.5.2
pkgdesc = Linux auto tiling manager with hot corner support
url = https://github.com/leukipp/cortile
arch = arm64
Expand All @@ -1438,10 +1438,10 @@ pkgbase = cortile-bin
replaces = cortile-git
maintainer = AJStrong <[email protected]>
repology = project: cortile
source_arm64 = https://github.com/leukipp/cortile/releases/download/v2.5.0/cortile_2.5.0_linux_arm64.tar.gz
sha256sums_arm64 = 22be6b2129765cb727d536818f19d6a3d2c9936315bab79e970106528bafcc95
source_amd64 = https://github.com/leukipp/cortile/releases/download/v2.5.0/cortile_2.5.0_linux_amd64.tar.gz
sha256sums_amd64 = f78bf9fc794d8a0068b77641c38c167fff6d338c2a6b987b88e62816d1390580
source_arm64 = https://github.com/leukipp/cortile/releases/download/v2.5.2/cortile_2.5.2_linux_arm64.tar.gz
sha256sums_arm64 = acebab88ef9e2301a25ce754838b3e8a5f6d800312436e871f2fad73b6f6fc9a
source_amd64 = https://github.com/leukipp/cortile/releases/download/v2.5.2/cortile_2.5.2_linux_amd64.tar.gz
sha256sums_amd64 = dcc104bb2dbdf5596b6de5e578b8988347200759ca5c1134f9d0bec3b19ef3dd

pkgname = cortile-bin
---
Expand Down
Loading