aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-31 01:48:03 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-31 02:06:49 +0100
commit8fd3e1faa4663aab974f859a7f9e78ecfd64a262 (patch)
treee1fcc177aad4d6d713f22d41f9e26451c34736cc /community/alpine/APKBUILD
parentd1c827c558fd1c2dca720dcb5548108fa7216192 (diff)
downloadaports-8fd3e1faa4663aab974f859a7f9e78ecfd64a262.tar.bz2
aports-8fd3e1faa4663aab974f859a7f9e78ecfd64a262.tar.xz
community/alpine: upgrade to 2.22
Diffstat (limited to 'community/alpine/APKBUILD')
-rw-r--r--community/alpine/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/alpine/APKBUILD b/community/alpine/APKBUILD
index a16a849f66..c6aa031d60 100644
--- a/community/alpine/APKBUILD
+++ b/community/alpine/APKBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
pkgname=alpine
-pkgver=2.21
+pkgver=2.22
_ver=${pkgver%_p*}
_pver=${pkgver##*_p}
-pkgrel=4
+pkgrel=0
pkgdesc="Text-based email client, friendly for novices but powerful"
url="http://alpine.x10host.com/alpine/"
arch="all"
@@ -15,7 +15,6 @@ source="http://alpine.x10host.com/alpine/release/src/alpine-$pkgver.tar.xz
uclibc-musl.patch
"
-builddir="$srcdir"/$pkgname-$_ver
prepare() {
default_prepare
@@ -39,5 +38,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="a2a36a033c8af79810816a7da7185c269808ba6d84d013691fd8b3764c63f5fb2284e6844ec5a5e99d168514ae636debf59fae962533a2916679e4e9109c6264 alpine-2.21.tar.xz
+sha512sums="7737dce02ac94170948df7fccb61380c6cb101190e37f5b3ba281d573f54df1db24569d177b460f49bfff381a922be2e4b0f3a0f1a213d88a64d361aedc3c4f1 alpine-2.22.tar.xz
1b14352571dd12749bbb6ebc1fd468dbb5a8e4d7a27e87f5baeb00a60d5c1a016d925c6bc776da7e1dbf0ad8d799a65049b64774113274d7ffb07c7b1b196775 uclibc-musl.patch"