aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/alpine/APKBUILD')
-rw-r--r--community/alpine/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/alpine/APKBUILD b/community/alpine/APKBUILD
index ddd07c67689..28349d32d5d 100644
--- a/community/alpine/APKBUILD
+++ b/community/alpine/APKBUILD
@@ -1,16 +1,18 @@
# Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
pkgname=alpine
-pkgver=2.23
+pkgver=2.23.2
pkgrel=0
+_commit=7b8875f8bb237a156a1250629e8c684706bd202f
pkgdesc="Text-based email client, friendly for novices but powerful"
url="http://alpine.x10host.com/alpine/"
arch="all"
license="Apache-2.0"
makedepends="openldap-dev heimdal-dev ncurses-dev openssl-dev"
subpackages="$pkgname-dbg $pkgname-doc"
-source="http://alpine.x10host.com/alpine/release/src/alpine-$pkgver.tar.xz
+source="$pkgname-$pkgver.tar.gz::https://repo.or.cz/alpine.git/snapshot/$_commit.tar.gz
0001-ssl_unix-fix-server-name-validation.patch
"
+builddir="$srcdir/$pkgname-${_commit:0:7}"
# secfixes:
# 2.23-r0:
@@ -33,5 +35,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="abc3675b18d6bd20a547b8e2c3f1f4c668aee2f2d20f426f28b4b3d4cfd66762777007441da3b0fda74e625c71bc2ef05434089508c2af804e62cf216df5554b alpine-2.23.tar.xz
+sha512sums="7e11c9896f067329f35427b9068fe0d497c1872a24c08dc1d82d2f8e9ff465d88109b29e8175d936414a22c689fe8c3dc926b18a9ce3bfb6ce4d0c0ec33e51ea alpine-2.23.2.tar.gz
5e10289f292139bf576e40bda0f3539d62024309650473a2fdbb281e5d7691cc4c1d3d21f78615e2c900766eddba076f512d92f60d4fbb61e1683f35cba185aa 0001-ssl_unix-fix-server-name-validation.patch"