diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2021-08-27 22:28:28 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2021-08-27 22:28:28 +0200 |
commit | 803cbee889ba3645a56cbab485b4dc5ede28be64 (patch) | |
tree | 9a539f1225f32545a535dcd1917d2469c4ea5ca2 | |
parent | 74f4b6d1b510da18a45f512948aeec598c8b85d9 (diff) | |
download | aports-803cbee889ba3645a56cbab485b4dc5ede28be64.tar.gz aports-803cbee889ba3645a56cbab485b4dc5ede28be64.tar.bz2 aports-803cbee889ba3645a56cbab485b4dc5ede28be64.tar.xz |
community/wofi: fix source checksum
-rw-r--r-- | community/wofi/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/wofi/APKBUILD b/community/wofi/APKBUILD index e48d9272c2..0fcd6fb61d 100644 --- a/community/wofi/APKBUILD +++ b/community/wofi/APKBUILD @@ -22,4 +22,6 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C build } -sha512sums="4eabe6c175e516385b93ddf55b408b0f1ed3bbedc2d5853a3dbd1a4e35a1feb266e649a4c966f3a7a18efaabec758d14787d97a315be7cca86f83aa0f552b2ff wofi-v1.2.4.tar.gz" +sha512sums=" +6ae4b05a8521b8953f2603fe22876ecc55744a10ff510f5275c74a00ebe8ce04694a87b92534b1022a00c935c44d3603a415fca7eb46e28a7319be6e8a561698 wofi-v1.2.4.tar.gz +" |