diff options
Diffstat (limited to 'community/croc')
-rw-r--r-- | community/croc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/croc/APKBUILD b/community/croc/APKBUILD index 59af0aa07d..33b97f4872 100644 --- a/community/croc/APKBUILD +++ b/community/croc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: André Klitzing <aklitzing@@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=croc -pkgver=9.2.0 +pkgver=9.3.0 pkgrel=0 pkgdesc="Easily and securely send things from one computer to another" url="https://github.com/schollz/croc" @@ -30,5 +30,5 @@ package() { } sha512sums=" -2f11bd2b911a19855ebca7ffb1a14ea18efac7f703eca7303bd828d03a0dc7731ee26720eb9f7ce9313b0c541a445b4e219a934bb44e5968e043dcc696bc1b3c croc_9.2.0_src.tar.gz +732a1f1252e2958ea7c9e8273c6c2930da01a4ea71a2ac1056711371235caf6b8200ffafcb73086903ee80fe83948d452e783f49a1c25fdee1089830c148337f croc_9.3.0_src.tar.gz " |