makedeb
Easily and securely send things from one computer to another.
Click here to go back to the commit logs for croc-bin.
Hash: 211c8b6925ab828a8004e6c4f9327cf0eeefa071
Message: v10.2.1
diff --git a/.SRCINFO b/.SRCINFO
index a387932..33ca33a 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.1.3
+pkgver = 10.2.1
url = https://github.com/schollz/croc
arch = amd64
license = MIT
-source = https://github.com/schollz/croc/releases/download/v10.1.3/croc_v10.1.3_Linux-64bit.tar.gz
-sha256sums = 09f843b9740312ad9a4d084ed99c85cb589da4b78f434d141a03ded8cf052553
+source = https://github.com/schollz/croc/releases/download/v10.2.1/croc_v10.2.1_Linux-64bit.tar.gz
+sha256sums = ebc18f1f5581d5c5da72bf1c847ec97c2a32156858de8fffb9e6d5b0bb96c195
diff --git a/PKGBUILD b/PKGBUILD
index 2ae68a6..8b69389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Your Name <your.email@domain.com>
pkgname=croc-bin
-pkgver=10.1.3
+pkgver=10.2.1
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=('09f843b9740312ad9a4d084ed99c85cb589da4b78f434d141a03ded8cf052553')
+sha256sums=('ebc18f1f5581d5c5da72bf1c847ec97c2a32156858de8fffb9e6d5b0bb96c195')
package() {
cd "$srcdir"