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/xf86dgaproto | |
parent | 41f1e071363293ef137cfa7e2df12917ad7d67c4 (diff) | |
download | aports-ecce10225bfb48726286cbfbeb1b6acb34b9264e.tar.bz2 aports-ecce10225bfb48726286cbfbeb1b6acb34b9264e.tar.xz |
main/[various]: fix missing sha512 checksums
Diffstat (limited to 'main/xf86dgaproto')
-rw-r--r-- | main/xf86dgaproto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xf86dgaproto/APKBUILD b/main/xf86dgaproto/APKBUILD index eef0b8b5d3..a8d8416d6c 100644 --- a/main/xf86dgaproto/APKBUILD +++ b/main/xf86dgaproto/APKBUILD @@ -31,4 +31,4 @@ package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="a036dc2fcbf052ec10621fd48b68dbb1 xf86dgaproto-2.1.tar.bz2" +sha512sums="dab56f5e59d1099d0d462e2f056e073c0ebde46aae6b9cf1c12b1fda43b5f21fb438dc811305c3114e04eb2fd2b1d13ddbe0a1d9a5c8155525db82db00e1461c xf86dgaproto-2.1.tar.bz2" |