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/automoc4/APKBUILD | |
parent | d58110bfa13e1d1c59a85c316a255d82ccdda6e8 (diff) | |
download | aports-41f1e071363293ef137cfa7e2df12917ad7d67c4.tar.bz2 aports-41f1e071363293ef137cfa7e2df12917ad7d67c4.tar.xz |
community/[various]: fix missing sha512 checksums
Diffstat (limited to 'community/automoc4/APKBUILD')
-rw-r--r-- | community/automoc4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/automoc4/APKBUILD b/community/automoc4/APKBUILD index a6c54d06aa..d7061f15ef 100644 --- a/community/automoc4/APKBUILD +++ b/community/automoc4/APKBUILD @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="91bf517cb940109180ecd07bc90c69ec automoc4-0.9.88.tar.bz2" +sha512sums="96dfa096a3793f93f6a4acf98c051c871c0285124bff09b12914a17e08a1f26cd63f0bb1c22fdf2c5c29550a1727a087b5de86bfa8a555c562e96052b4a2d820 automoc4-0.9.88.tar.bz2" |