makedeb
Easily and securely send things from one computer to another.
Click here to go back to the commit logs for croc-bin.
Hash: 4de007739b74da97298bed6f222948966b3749aa
Message: v10.0.9
diff --git a/.SRCINFO b/.SRCINFO
index 195e2da..442a6e0 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.8
+pkgver = 10.0.9
url = https://github.com/schollz/croc
arch = amd64
license = MIT
-source = https://github.com/schollz/croc/releases/download/v10.0.8/croc_v10.0.8_Linux-64bit.tar.gz
-sha256sums = b2212b3cd44e0b94fdb6be2c089d93216d4af0cfdd7797e79f34fa162181990f
+source = https://github.com/schollz/croc/releases/download/v10.0.9/croc_v10.0.9_Linux-64bit.tar.gz
+sha256sums = 65be539179320d45a313cd0591308841c6996f91f20c4217ea3d546ce558c4ec
diff --git a/PKGBUILD b/PKGBUILD
index 35f7cc1..19ba9fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Your Name <your.email@domain.com>
pkgname=croc-bin
-pkgver=10.0.8
+pkgver=10.0.9
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=('b2212b3cd44e0b94fdb6be2c089d93216d4af0cfdd7797e79f34fa162181990f')
+sha256sums=('65be539179320d45a313cd0591308841c6996f91f20c4217ea3d546ce558c4ec')
package() {
cd "$srcdir"