makedeb


croc-bin 10.2.1-1


Easily and securely send things from one computer to another.

Click here to go back to the commit logs for croc-bin.

Commit:


Hash: bed5ed64048383e1a5bdd357be1895abfa86cb2c

Message: v10.1.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index ebcf9cb..22e147c 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.0
+pkgver = 10.1.1
 url = https://github.com/schollz/croc
 arch = amd64
 license = MIT
-source = https://github.com/schollz/croc/releases/download/v10.1.0/croc_v10.1.0_Linux-64bit.tar.gz
-sha256sums = 93f78fad351a6fe69b67f2802f74d96f1c7706d364c37eb4bafcbe4d3e3e6bff
+source = https://github.com/schollz/croc/releases/download/v10.1.1/croc_v10.1.1_Linux-64bit.tar.gz
+sha256sums = cb03a9577b8d7803de33676b9aa5317db4a149bc0ef45ea3971c71fe061d0ea7
diff --git a/PKGBUILD b/PKGBUILD
index 641f86a..798368e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Your Name <your.email@domain.com>
 pkgname=croc-bin
-pkgver=10.1.0
+pkgver=10.1.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=('93f78fad351a6fe69b67f2802f74d96f1c7706d364c37eb4bafcbe4d3e3e6bff')
+sha256sums=('cb03a9577b8d7803de33676b9aa5317db4a149bc0ef45ea3971c71fe061d0ea7')
 
 package() {
   cd "$srcdir"