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