summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2021-12-28 19:14:34 +0000
committerHLFH2021-12-28 19:14:34 +0000
commit04f77fec690b5fc9a6c8be84d7c00e9bc3ead7ca (patch)
treed4ec88ab3432e87ea7652b46cd9b05e207931601
parente5c03a402b6bb878bc451a72912df70de9a34257 (diff)
downloadaur-04f77fec690b5fc9a6c8be84d7c00e9bc3ead7ca.tar.gz
1.3.1 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ffb51ab339..a562b9ec284c 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.0
+ pkgver = 1.3.1
pkgrel = 2
url = https://transfer.sh/
arch = x86_64
license = MIT
makedepends = go
- source = https://github.com/dutchcoders/transfer.sh/archive/v1.3.0.tar.gz
- sha256sums = e77122a88339873408700c569834613bda38ec7a810cd98ae488c2edda23c4e3
+ source = https://github.com/dutchcoders/transfer.sh/archive/v1.3.1.tar.gz
+ sha512sums = 728cc46b202e2a4f33c319f19f8426f853539c45d92d656a6486d03272f0eb821f20ccfeb665d61eab3c9c881a7645f58a486562ff75a3c821e860e47ec44ea1
pkgname = transfer.sh
diff --git a/PKGBUILD b/PKGBUILD
index 5ab8ecc50979..f78853c0c043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HLFH <gaspard@dhautefeuille.eu>
pkgname=transfer.sh
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=2
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")
-sha256sums=('e77122a88339873408700c569834613bda38ec7a810cd98ae488c2edda23c4e3')
+sha512sums=('728cc46b202e2a4f33c319f19f8426f853539c45d92d656a6486d03272f0eb821f20ccfeb665d61eab3c9c881a7645f58a486562ff75a3c821e860e47ec44ea1')
build() {
cd transfer.sh-$pkgver