diff options
author | Jeff Dickey <216188+jdxcode@users.noreply.github.com> | 2022-09-05 12:52:09 -0500 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-09-05 19:44:48 +0000 |
commit | 45869b43c0b060c843c0af4716ab363b27472e9b (patch) | |
tree | 4612017dc0fa948c5749d6be407de30974f47a78 /testing/chim | |
parent | 2002d87a153551b97e2724431727982ba74d35b3 (diff) | |
download | aports-45869b43c0b060c843c0af4716ab363b27472e9b.zip |
testing/chim: upgrade to 1.1.2
https://github.com/jdxcode/chim/releases/tag/v1.1.2
Diffstat (limited to 'testing/chim')
-rw-r--r-- | testing/chim/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/chim/APKBUILD b/testing/chim/APKBUILD index d4f30656473..af350aafb2d 100644 --- a/testing/chim/APKBUILD +++ b/testing/chim/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jeff Dickey <release@chim.sh> # Maintainer: Jeff Dickey <release@chim.sh> pkgname=chim -pkgver=1.0.2 +pkgver=1.1.2 pkgrel=0 pkgdesc="Cross-platform binary shims with optional remote fetching." url="https://chim.sh" @@ -36,5 +36,5 @@ package() { } sha512sums=" -725ed27c09be809a592a3eccef7de3f161db2393a4b67b60538d8d2cd4f39221e91dd3465636343ed4b5d2f5dc422eff52380ea852024cfce4b38c6797acd095 chim-1.0.2.tar.gz +8068c4ac56df1f8bd7cf75a189bf3b773fdbe35733dc430261c41f4400c91a092ee2c30d03cd7936d1775477ba7f2479098eee09a218f766a1698e09b19cdda6 chim-1.1.2.tar.gz " |