diff options
author | Sheila Aman <sheila@vulpine.house> | 2021-07-13 00:05:40 +0000 |
---|---|---|
committer | Sheila Aman <sheila@vulpine.house> | 2021-07-13 00:05:40 +0000 |
commit | c5c9d1e081a7272c82a101e9ddb253076b346669 (patch) | |
tree | 19159d4393a3c6259a6d94ecf84c499766aec64c /user/alpine/APKBUILD | |
parent | 2867d643c36bce30c2816dd31c413e36a65798ee (diff) | |
download | packages-c5c9d1e081a7272c82a101e9ddb253076b346669.tar.gz packages-c5c9d1e081a7272c82a101e9ddb253076b346669.tar.bz2 packages-c5c9d1e081a7272c82a101e9ddb253076b346669.tar.xz packages-c5c9d1e081a7272c82a101e9ddb253076b346669.zip |
user/alpine: upgrade to 2.24
Diffstat (limited to 'user/alpine/APKBUILD')
-rw-r--r-- | user/alpine/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/alpine/APKBUILD b/user/alpine/APKBUILD index 476a56276..243392905 100644 --- a/user/alpine/APKBUILD +++ b/user/alpine/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sheila Aman <sheila@vulpine.house> # Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=alpine -pkgver=2.23 +pkgver=2.24 pkgrel=0 pkgdesc="Terminal-based email client" url="http://alpine.x10host.com/alpine/" @@ -32,4 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="abc3675b18d6bd20a547b8e2c3f1f4c668aee2f2d20f426f28b4b3d4cfd66762777007441da3b0fda74e625c71bc2ef05434089508c2af804e62cf216df5554b alpine-2.23.tar.xz" +sha512sums="642a51f73732ebdf7c40e2b66370aa2f48fb13b349b477871b26295c3e8b860a0cc78dec9f80efc6ea74c548a080ceff04181eb18c35a9c8cae8d8ef831178c5 alpine-2.24.tar.xz" |