makedeb
Easily and securely send things from one computer to another.
Click here to go back to the commit logs for croc-bin.
Hash: 1e4c1dd846c9de9cfb0f3b1016b577d3aeec156a
Message: v9.6.8
diff --git a/.SRCINFO b/.SRCINFO
index 77bb00a..eb2cec8 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 = 9.6.6
+pkgver = 9.6.8
url = https://github.com/schollz/croc
arch = amd64
license = MIT
-source = https://github.com/schollz/croc/releases/download/v9.6.6/croc_9.6.6_Linux-64bit.tar.gz
-sha256sums = 9e55de647634ffeb45570398bb2fb5fd44f259700c3faa89364dc0cacd29f393
+source = https://github.com/schollz/croc/releases/download/v9.6.8/croc_v9.6.8_Linux-64bit.tar.gz
+sha256sums = 32142326178333bf301b002e5a93289702f7f0067c1bc65f47b7d4979368e349
diff --git a/PKGBUILD b/PKGBUILD
index 10281b0..ce9dc64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Your Name <your.email@domain.com>
pkgname=croc-bin
-pkgver=9.6.6
+pkgver=9.6.8
pkgrel=1
pkgdesc="Easily and securely send things from one computer to another."
arch=('amd64')
@@ -8,8 +8,8 @@ url="https://github.com/schollz/croc"
license=('MIT')
depends=()
makedepends=()
-source=("$url/releases/download/v${pkgver}/croc_${pkgver}_Linux-64bit.tar.gz")
-sha256sums=('9e55de647634ffeb45570398bb2fb5fd44f259700c3faa89364dc0cacd29f393')
+source=("$url/releases/download/v${pkgver}/croc_v${pkgver}_Linux-64bit.tar.gz")
+sha256sums=('32142326178333bf301b002e5a93289702f7f0067c1bc65f47b7d4979368e349')
package() {
cd "$srcdir"