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/lua-sleep | |
parent | d58110bfa13e1d1c59a85c316a255d82ccdda6e8 (diff) | |
download | aports-41f1e071363293ef137cfa7e2df12917ad7d67c4.tar.bz2 aports-41f1e071363293ef137cfa7e2df12917ad7d67c4.tar.xz |
community/[various]: fix missing sha512 checksums
Diffstat (limited to 'community/lua-sleep')
-rw-r--r-- | community/lua-sleep/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-sleep/APKBUILD b/community/lua-sleep/APKBUILD index e57faea054..f83d8bfb05 100644 --- a/community/lua-sleep/APKBUILD +++ b/community/lua-sleep/APKBUILD @@ -32,4 +32,4 @@ package() { install "$_builddir/lsleep.so" "$dir" } -md5sums="aeb91a0abeb483868e27c4f5add59805 lua-sleep_0.1.tar.gz" +sha512sums="1bdd14fe3e67bfc01522fe782f5861f0d68008ab7cb23cc4c996aa4aeb586121bfdc854d238e79f6a0c587b420c9438ac670b7b8c46a04ae3235fe91f3eba99f lua-sleep_0.1.tar.gz" |