Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
croc
Commits:
1149055f by Caleb Maclennan at 2024-11-09T10:52:59+03:00
upgpkg: 1:10.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = croc
pkgdesc = Easily and securely send things from one computer to another.
- pkgver = 10.0.13
+ pkgver = 10.1.0
pkgrel = 1
epoch = 1
url = https://github.com/schollz/croc
@@ -8,7 +8,7 @@ pkgbase = croc
license = MIT
makedepends = go
depends = glibc
- source =
croc-v10.0.13.tar.gz::https://github.com/schollz/croc/releases/download/v10.0.13/croc_v10.0.13_src.tar.gz
- sha256sums =
1d144aefed86698cdef75c1842e4963842ce32fb3ae51ab7fd1689ab08a10521
+ source =
croc-v10.1.0.tar.gz::https://github.com/schollz/croc/releases/download/v10.1.0/croc_v10.1.0_src.tar.gz
+ sha256sums =
1e8df455b02c3384eec7ea1f9c6c42927442634440738af4c68fc4f8c1941ede
pkgname = croc
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Mikuro Kagamine <[email protected]>
pkgname=croc
-pkgver=10.0.13
+pkgver=10.1.0
pkgrel=1
epoch=1
pkgdesc='Easily and securely send things from one computer to another.'
@@ -14,7 +14,7 @@ depends=(glibc)
makedepends=(go)
_archive="$pkgname-v$pkgver"
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/${pkgname}_v${pkgver}_src.tar.gz")
-sha256sums=('1d144aefed86698cdef75c1842e4963842ce32fb3ae51ab7fd1689ab08a10521')
+sha256sums=('1e8df455b02c3384eec7ea1f9c6c42927442634440738af4c68fc4f8c1941ede')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/croc/-/commit/1149055fb5945b1173b8a7ada1e5774922d1c36e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/croc/-/commit/1149055fb5945b1173b8a7ada1e5774922d1c36e
You're receiving this email because of your account on gitlab.archlinux.org.