diff options
author | Michał Polański <michal@polanski.me> | 2021-08-16 23:42:40 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2021-08-17 00:29:08 +0000 |
commit | 62377c5030f1d77684f5e87e8f8f8b82ce1c809d (patch) | |
tree | 42ca3562b545c454807a600242af80afec8c55eb /community/croc/APKBUILD | |
parent | 7e0ac0e9e479ec0d0ebb710f95c4c1f06f7789de (diff) | |
download | aports-62377c5030f1d77684f5e87e8f8f8b82ce1c809d.tar.gz aports-62377c5030f1d77684f5e87e8f8f8b82ce1c809d.tar.bz2 aports-62377c5030f1d77684f5e87e8f8f8b82ce1c809d.tar.xz |
community/croc: upgrade to 9.3.0
Diffstat (limited to 'community/croc/APKBUILD')
-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 " |