summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Poldrack2020-08-13 11:54:35 +0200
committerMoritz Poldrack2020-08-13 11:54:35 +0200
commita736eda54448c5abc0188ea9036869eb1a7e8f79 (patch)
treedd0bb23c37e96a6f4d5110474657e5671ab3c6ed
parent49e5705d6e6bc4e9cbd9c4f53114b3c0c2eabc85 (diff)
downloadaur-a736eda54448c5abc0188ea9036869eb1a7e8f79.tar.gz
updated package to 0.1.5
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7df96f46388..25ee6521d92d 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.3
+ pkgver = 0.1.5
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.3.tar.gz
- sha256sums = ed406fecd5f7ee47f66e6d7ca234eb4d873689431317a866c265f52f32eab639
+ source = https://github.com/melbahja/got/archive/v0.1.5.tar.gz
+ sha256sums = 14ef3a393d82149310fd101034aa585b6053881da9620097eaccc3095056cf94
pkgname = got
diff --git a/PKGBUILD b/PKGBUILD
index 22f321520f33..eeceb778913d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=got
-pkgver=0.1.3
+pkgver=0.1.5
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=('ed406fecd5f7ee47f66e6d7ca234eb4d873689431317a866c265f52f32eab639')
+sha256sums=('14ef3a393d82149310fd101034aa585b6053881da9620097eaccc3095056cf94')
prepare(){
cd "$pkgname-$pkgver"