makedeb
Easily and securely send things from one computer to another.
Click here to go back to the commit logs for croc-bin.
Hash: 385bb661a33da5a6424966630ce69a4c0c977891
Message: v10.1.0
diff --git a/.SRCINFO b/.SRCINFO
index c32fb79..ebcf9cb 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.13
+pkgver = 10.1.0
url = https://github.com/schollz/croc
arch = amd64
license = MIT
-source = https://github.com/schollz/croc/releases/download/v10.0.13/croc_v10.0.13_Linux-64bit.tar.gz
-sha256sums = 75a0ec809c22ecd45cdc0b2aab94c194d14d173646c77e7c19cc434baa72c61e
+source = https://github.com/schollz/croc/releases/download/v10.1.0/croc_v10.1.0_Linux-64bit.tar.gz
+sha256sums = 93f78fad351a6fe69b67f2802f74d96f1c7706d364c37eb4bafcbe4d3e3e6bff
diff --git a/PKGBUILD b/PKGBUILD
index 9d0f099..641f86a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Your Name <your.email@domain.com>
pkgname=croc-bin
-pkgver=10.0.13
+pkgver=10.1.0
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=('75a0ec809c22ecd45cdc0b2aab94c194d14d173646c77e7c19cc434baa72c61e')
+sha256sums=('93f78fad351a6fe69b67f2802f74d96f1c7706d364c37eb4bafcbe4d3e3e6bff')
package() {
cd "$srcdir"