diff options
author | Erich Eckner <git@eckner.net> | 2022-03-28 14:26:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-03-30 08:38:13 +0200 |
commit | b481f280b6f1102643fd862f5c044067a193375d (patch) | |
tree | 7cb8701fe0fc5e3acc619a3e3ff9b206b0a685c8 /alpine/PKGBUILD | |
parent | b9dd322130c16f0476d99873c76dd14b9ad84fef (diff) | |
download | archlinuxewe-b481f280b6f1102643fd862f5c044067a193375d.tar.xz |
alpine: 2.25.1.r9.9a7f844-4 -> 2.25.1.r11.48a8029-1
Diffstat (limited to 'alpine/PKGBUILD')
-rw-r--r-- | alpine/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index 9a33a8c9d..b3ed23373 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -2,9 +2,9 @@ # Contributor: Adrian C. <anrxc..sysphere.org> pkgname=alpine -pkgver=2.25.1.r9.9a7f844 +pkgver=2.25.1.r11.48a8029 _commit=${pkgver##*.} -pkgrel=4 +pkgrel=1 arch=("i686" "pentium4" "x86_64") pkgdesc="Apache licensed PINE mail user agent" url="http://alpine.freeiz.com" |