aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2020-10-30 20:31:52 +0100
committerAndré Klitzing <aklitzing@gmail.com>2020-10-30 20:31:52 +0100
commit08c108a0112608ef27d38091cccea66124819286 (patch)
treee0b030f58446a995cb53baf3928573a1d941c7b0
parentb18ba1698006758a086fb8e7bd731193ef42ce8f (diff)
testing/croc: upgrade to 8.6.5
-rw-r--r--testing/croc/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/croc/APKBUILD b/testing/croc/APKBUILD
index 25de923aa2d..ce7c5176a89 100644
--- a/testing/croc/APKBUILD
+++ b/testing/croc/APKBUILD
@@ -1,12 +1,11 @@
# Contributor: André Klitzing <aklitzing@@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=croc
-pkgver=8.1.3
+pkgver=8.6.5
pkgrel=0
pkgdesc="Easily and securely send things from one computer to another"
url="https://github.com/schollz/croc"
arch="all !s390x !mips !mips64" # s390x fails: https://github.com/schollz/croc/issues/218
-arch="" # FIXME(Leo): o and gcc-go are conflicting over go, remove this once that is fixed
license="MIT"
makedepends="go"
source="https://github.com/schollz/croc/releases/download/v$pkgver/croc_${pkgver}_src.tar.gz"
@@ -25,4 +24,4 @@ package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$pkgname"
}
-sha512sums="f55ee703839273a4cc3dec82e8677c8ef3bc5c113fec67beac0da62b39d44159c9e7eb5965c5875e12dddaa1bfa6c59b2748138681032f88c2a2ea35efb61ad4 croc_8.1.3_src.tar.gz"
+sha512sums="c2b714bd2121eede02bbbc6fec148d4eaccbb59bb786e07abecb1a8bf8199757792550cc3395b31c3923dce28ac6fcb70c71a9590656611903cd89baa271cb49 croc_8.6.5_src.tar.gz"