summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2022-10-13 17:15:40 +0100
committerHLFH2022-10-13 17:15:40 +0100
commit8bc4919b60853d68a1fa6adf967076177e9a0be2 (patch)
tree4bb99f76305feee88af2974687a11cfcc4fcfa17
parente42f4228ab49cf5551224a324c166f22d6256ae8 (diff)
downloadaur-8bc4919b60853d68a1fa6adf967076177e9a0be2.tar.gz
1.4.0 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03d708c6280c..c8e9836c7361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = transfer.sh
pkgdesc = Easy and fast file sharing from the command-line
- pkgver = 1.3.1
+ pkgver = 1.4.0
pkgrel = 1
url = https://transfer.sh/
arch = x86_64
license = MIT
makedepends = go
- source = https://github.com/dutchcoders/transfer.sh/archive/v1.3.1.tar.gz
- sha512sums = 728cc46b202e2a4f33c319f19f8426f853539c45d92d656a6486d03272f0eb821f20ccfeb665d61eab3c9c881a7645f58a486562ff75a3c821e860e47ec44ea1
+ source = https://github.com/dutchcoders/transfer.sh/archive/v1.4.0.tar.gz
+ b2sums = 80416447dbfd3ad2f0ef966947fb39b2a119094463d2268514e86ca21da8634c1e9359852a7aab6595d43a3ce5f76fdd48056f9f88c08893f02b23ea0b401410
pkgname = transfer.sh
diff --git a/PKGBUILD b/PKGBUILD
index 069ad3c9824c..c41754c13314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HLFH <gaspard@dhautefeuille.eu>
pkgname=transfer.sh
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
pkgdesc='Easy and fast file sharing from the command-line'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://transfer.sh/'
license=('MIT')
makedepends=('go')
source=("https://github.com/dutchcoders/transfer.sh/archive/v${pkgver}.tar.gz")
-sha512sums=('728cc46b202e2a4f33c319f19f8426f853539c45d92d656a6486d03272f0eb821f20ccfeb665d61eab3c9c881a7645f58a486562ff75a3c821e860e47ec44ea1')
+b2sums=('80416447dbfd3ad2f0ef966947fb39b2a119094463d2268514e86ca21da8634c1e9359852a7aab6595d43a3ce5f76fdd48056f9f88c08893f02b23ea0b401410')
build() {
cd transfer.sh-$pkgver