makedeb
Easily and securely send things from one computer to another.
Click here to go back to the commit logs for croc-bin.
Hash: a0da502f743deb2fe14a37502b6ba63cf6bde16f
Message: v10.0.5
diff --git a/.SRCINFO b/.SRCINFO
index 61b2e6d..a297b4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,9 @@ pkgname = croc-bin
pkgbase = croc-bin
pkgdesc = Easily and securely send things from one computer to another.
pkgrel = 1
-pkgver = 10.0.2
+pkgver = 10.0.5
url = https://github.com/schollz/croc
arch = amd64
license = MIT
-source = https://github.com/schollz/croc/releases/download/v10.0.2/croc_v10.0.2_Linux-64bit.tar.gz
-sha256sums = fd8d50c14ad34148abe4100ae8d29d8ab3a0090f47d22914781bf14b907c99a2
+source = https://github.com/schollz/croc/releases/download/v10.0.5/croc_v10.0.5_Linux-64bit.tar.gz
+sha256sums = 18a7522a3ef1717f0c3810ed306e70f988348c5520114a149e9f050a2cd82a61
diff --git a/PKGBUILD b/PKGBUILD
index fcaa373..9e4aaf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Your Name <your.email@domain.com>
pkgname=croc-bin
-pkgver=10.0.2
+pkgver=10.0.5
pkgrel=1
pkgdesc="Easily and securely send things from one computer to another."
arch=('amd64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=()
makedepends=()
source=("$url/releases/download/v${pkgver}/croc_v${pkgver}_Linux-64bit.tar.gz")
-sha256sums=('fd8d50c14ad34148abe4100ae8d29d8ab3a0090f47d22914781bf14b907c99a2')
+sha256sums=('18a7522a3ef1717f0c3810ed306e70f988348c5520114a149e9f050a2cd82a61')
package() {
cd "$srcdir"