diff options
author | null <null> | 2017-05-14 16:47:54 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 20:21:30 +0000 |
commit | 41f1e071363293ef137cfa7e2df12917ad7d67c4 (patch) | |
tree | 5f283b25aab176acff7140f235774e1428b145d1 /community/libshairport/APKBUILD | |
parent | d58110bfa13e1d1c59a85c316a255d82ccdda6e8 (diff) | |
download | aports-41f1e071363293ef137cfa7e2df12917ad7d67c4.tar.bz2 aports-41f1e071363293ef137cfa7e2df12917ad7d67c4.tar.xz |
community/[various]: fix missing sha512 checksums
Diffstat (limited to 'community/libshairport/APKBUILD')
-rw-r--r-- | community/libshairport/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libshairport/APKBUILD b/community/libshairport/APKBUILD index 620687222d..7588767252 100644 --- a/community/libshairport/APKBUILD +++ b/community/libshairport/APKBUILD @@ -46,4 +46,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="b009e0550c3cf54d740e92a5f47821e1 libshairport-1.2.0.20310_lib.tar.gz" +sha512sums="514925e6942549e8349eec1167886961f77237b1310fa8833b8f2aa9cfa4873c20a9d358a1cb98c3e3fcc82b322ee1b1c3075cfb4a526636e2f76d7e5fbf42f4 libshairport-1.2.0.20310_lib.tar.gz" |