diff options
author | null <null> | 2017-05-14 17:05:46 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 20:24:17 +0000 |
commit | ecce10225bfb48726286cbfbeb1b6acb34b9264e (patch) | |
tree | d299ad7f8377037b11d1e4f56f180fb61ee81f98 /main/xhost/APKBUILD | |
parent | 41f1e071363293ef137cfa7e2df12917ad7d67c4 (diff) | |
download | aports-ecce10225bfb48726286cbfbeb1b6acb34b9264e.tar.bz2 aports-ecce10225bfb48726286cbfbeb1b6acb34b9264e.tar.xz |
main/[various]: fix missing sha512 checksums
Diffstat (limited to 'main/xhost/APKBUILD')
-rw-r--r-- | main/xhost/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xhost/APKBUILD b/main/xhost/APKBUILD index 2f0e508f80..5583b326cf 100644 --- a/main/xhost/APKBUILD +++ b/main/xhost/APKBUILD @@ -33,4 +33,4 @@ package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="c7f91b4a750d297f269c2a0a3206a1b2 xhost-1.0.3.tar.bz2" +sha512sums="fb80af586b4707c0db99e4fb2785e70ef1479c5b873f4f56be251eb92bb1cc158796517e422eafa1405fdf2ed8de0db4631a3fa3a3cf89b08fe294dd8592440f xhost-1.0.3.tar.bz2" |