diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2013-07-06 14:27:44 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2013-07-06 14:27:44 +0200 |
commit | 080dcab851d3b07415ba15db8c92757fbd57bee3 (patch) | |
tree | 88e218c07f4a1bbe0ec745b45139e1bb5c533e36 /lua-md5-git | |
parent | a575c391a81adafa4ef6d5f82d8543f2f56b7a62 (diff) | |
download | arch-packages-080dcab851d3b07415ba15db8c92757fbd57bee3.tar.gz |
switch to sha512 checksums
Diffstat (limited to 'lua-md5-git')
-rw-r--r-- | lua-md5-git/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lua-md5-git/PKGBUILD b/lua-md5-git/PKGBUILD index 71494a8..26ad0cd 100644 --- a/lua-md5-git/PKGBUILD +++ b/lua-md5-git/PKGBUILD @@ -11,7 +11,9 @@ license=("MIT") depends=("lua") makedepends=("git") source=("git://github.com/keplerproject/md5.git" "LICENSE") -md5sums=("SKIP" "9ac505254abc686b34763c2118dc2e1b") +sha512sums=("SKIP" + "4c46b8e88ed11fe73e3e17138457e4f7f716643c9de67b5650d9fda48e0f261ebc83ac24c1059ee53d1fc35b10ac9956142ae7994b76d35bc66a01db9364d3c9") + build() { cd ${srcdir}/md5 |