summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2021-08-26 11:30:58 +0100
committerHLFH2021-08-26 11:30:58 +0100
commitde0ef55a31caf1479285e0b2b0f74920220c389a (patch)
treef986734581983159ae715e238ba919a3ad2199d9
parent1d1804bb3f811339de48f95d65e99987471e12c2 (diff)
downloadaur-de0ef55a31caf1479285e0b2b0f74920220c389a.tar.gz
1.3.0 release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af15aabce929..78d774472f15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = transfer.sh
pkgdesc = Easy and fast file sharing from the command-line
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://transfer.sh/
arch = x86_64
license = MIT
makedepends = go
- source = https://github.com/dutchcoders/transfer.sh/archive/v1.2.1.tar.gz
- sha256sums = 26e236f6abd97f9dea73d2d36a29a94a1bf5bc26c53679cf726eac5f95e8418c
+ source = https://github.com/dutchcoders/transfer.sh/archive/v1.3.0.tar.gz
+ sha256sums = e77122a88339873408700c569834613bda38ec7a810cd98ae488c2edda23c4e3
pkgname = transfer.sh
-
diff --git a/PKGBUILD b/PKGBUILD
index 0ceba8e44b83..c61226453d78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vyacheslav Konovalov <vyachkonovalov@protonmail.com>
pkgname=transfer.sh
-pkgver=1.2.1
+pkgver=1.3.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")
-sha256sums=('26e236f6abd97f9dea73d2d36a29a94a1bf5bc26c53679cf726eac5f95e8418c')
+sha256sums=('e77122a88339873408700c569834613bda38ec7a810cd98ae488c2edda23c4e3')
build() {
cd transfer.sh-$pkgver