diff options
author | dai9ah <dai9ah@protonmail.com> | 2018-03-05 16:40:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-05 23:40:01 +0000 |
commit | 79ad287e646bb29daf4f13778834c42dd8ad2046 (patch) | |
tree | d3becaba809b83a0329d43cd4772053250065cc4 /main/iceauth/APKBUILD | |
parent | e9d50cc6a8aa0e01b165e72e71da208450ade693 (diff) | |
download | aports-79ad287e646bb29daf4f13778834c42dd8ad2046.tar.bz2 aports-79ad287e646bb29daf4f13778834c42dd8ad2046.tar.xz |
main/iceauth: upgrade to 1.0.8
Diffstat (limited to 'main/iceauth/APKBUILD')
-rw-r--r-- | main/iceauth/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/iceauth/APKBUILD b/main/iceauth/APKBUILD index e87e9b5d64..687ecdf0c7 100644 --- a/main/iceauth/APKBUILD +++ b/main/iceauth/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iceauth -pkgver=1.0.7 -pkgrel=1 +pkgver=1.0.8 +pkgrel=0 pkgdesc="X.Org ICE authority file utility" -url="http://xorg.freedesktop.org/" +url="http://xorg.freedesktop.org" arch="all" license="MIT" subpackages="$pkgname-doc" @@ -33,4 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="4fe08b3137904c99219456716879cbdf5b49ca9bf390011ffb44b1e896f9a6e008b5f761346a533e682f5cfbf18d18a859c74ad4268ec8d40002ffb79c33bcd7 iceauth-1.0.7.tar.bz2" +sha512sums="9d4520adf951b16a3e784349dbb70d5d8176b74b956f8adc63abf55d049745c113b03ccfa60a281fc39b487db3742302dc6287c9985ce83a0157bf4674df2af1 iceauth-1.0.8.tar.bz2" |