diff options
-rw-r--r-- | user/alpine/APKBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/user/alpine/APKBUILD b/user/alpine/APKBUILD index 2c67bcc7d..f218b796c 100644 --- a/user/alpine/APKBUILD +++ b/user/alpine/APKBUILD @@ -1,17 +1,21 @@ # Contributor: Síle Ekaterin Liszka <sheila@vulpine.house> # Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=alpine -pkgver=2.25 +pkgver=2.26 pkgrel=0 pkgdesc="Terminal-based email client" -url="http://alpine.x10host.com/alpine/" +url="https://alpineapp.email/" arch="all" license="Apache-2.0" depends="" makedepends="aspell-dev krb5-dev linux-pam-dev ncurses-dev openldap-dev - openssl-dev autoconf automake libtool" + openssl-dev" subpackages="$pkgname-doc" -source="http://alpine.x10host.com/alpine/release/src/alpine-$pkgver.tar.xz" +# NOTE: "old" releases are moved elsewhere, so URLs will break often. +# The author was contacted about this on 2022-09-30. +#source="https://alpineapp.email/alpine/release/src/$pkgname-$pkgver.tar.xz" +source="$pkgname-$pkgver.tar.gz::https://repo.or.cz/alpine.git/snapshot/refs/tags/v$pkgver.tar.gz" +builddir="$srcdir/$pkgname-v$pkgver" # secfixes: # 2.25-r0: @@ -36,4 +40,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="76c214cf66f4ac7af3de40357ad3a592ff2a119e327e5f6c256125b7865d46b09197435fe6ac8077ab7a498e4821925939f3f902431ca77baa786e149466a193 alpine-2.25.tar.xz" +sha512sums="7ca4d5fc7cc9b5fc63b0cb341fa161274c7f724d3f812a7f94dcfe60d678665f0fbce5b671fa26d4da822f09ac58978a3f6385a94c8f3dc9b16bd8fa66a49634 alpine-2.26.tar.gz" |