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/ttf-freefont | |
parent | 41f1e071363293ef137cfa7e2df12917ad7d67c4 (diff) | |
download | aports-ecce10225bfb48726286cbfbeb1b6acb34b9264e.tar.bz2 aports-ecce10225bfb48726286cbfbeb1b6acb34b9264e.tar.xz |
main/[various]: fix missing sha512 checksums
Diffstat (limited to 'main/ttf-freefont')
-rw-r--r-- | main/ttf-freefont/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ttf-freefont/APKBUILD b/main/ttf-freefont/APKBUILD index 62af4cf583..a2c4879aac 100644 --- a/main/ttf-freefont/APKBUILD +++ b/main/ttf-freefont/APKBUILD @@ -22,4 +22,4 @@ package() { install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/" } -md5sums="879b76d2e3c8003d567b555743f39154 freefont-ttf-20120503.zip" +sha512sums="dcd6f525e8f97631c6f84ab4cc2a31af4614dcdb9a4d434bd890baf18e0c2934032f2915384fc27fbecf60d259d792e48f52d357b07e3ed2616d3c8c3544268e freefont-ttf-20120503.zip" |