summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Poldrack2020-08-12 08:45:47 +0200
committerMoritz Poldrack2020-08-12 08:45:47 +0200
commit49e5705d6e6bc4e9cbd9c4f53114b3c0c2eabc85 (patch)
treeabcd75eb36d772e9eb4835670186518f90435247
parent551dfbca54a62bdb14e81fe82f7b4849a2639d1c (diff)
downloadaur-49e5705d6e6bc4e9cbd9c4f53114b3c0c2eabc85.tar.gz
updated package to 0.1.3
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc99301a8b58..e7df96f46388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = got
pkgdesc = Simple golang package and CLI tool to download large files faster than cURL and Wget!
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/melbahja/got
arch = x86_64
arch = arm64
license = MIT
makedepends = go
- source = https://github.com/melbahja/got/archive/v0.1.2.tar.gz
- sha256sums = 528c2dd6ed56646976ea498cd64cd5a32ffbb6e73c3f4a51a01f1c50ea00a414
+ source = https://github.com/melbahja/got/archive/v0.1.3.tar.gz
+ sha256sums = ed406fecd5f7ee47f66e6d7ca234eb4d873689431317a866c265f52f32eab639
pkgname = got
diff --git a/PKGBUILD b/PKGBUILD
index df79960d057f..22f321520f33 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=got
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc='Simple golang package and CLI tool to download large files faster than cURL and Wget!'
arch=('x86_64' 'arm64')
@@ -7,7 +7,7 @@ url="https://github.com/melbahja/$pkgname"
license=('MIT')
makedepends=('go')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('528c2dd6ed56646976ea498cd64cd5a32ffbb6e73c3f4a51a01f1c50ea00a414')
+sha256sums=('ed406fecd5f7ee47f66e6d7ca234eb4d873689431317a866c265f52f32eab639')
prepare(){
cd "$pkgname-$pkgver"