summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Poldrack2020-09-17 13:36:29 +0200
committerMoritz Poldrack2020-09-17 13:36:29 +0200
commit871765abcf2d2daa5dd1c9cdc8ae42a5077553b2 (patch)
treee7f78e4634f2f63e0a30ccf989f09d8f9e09b785
parentec14fc5d9ccac24e0c7e5fd8e7962ca5415670ec (diff)
downloadaur-871765abcf2d2daa5dd1c9cdc8ae42a5077553b2.tar.gz
updated package to v0.3.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ef8017f6827..5a97a1e562ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = got-git
pkgdesc = Simple golang package and CLI tool to download large files faster than cURL and Wget!
- pkgver = v0.2.1
+ pkgver = v0.3.0
pkgrel = 1
url = https://github.com/melbahja/got
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f95769924578..f6325b72af0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Poldrack <moritz at poldrack dot dev>
pkgname=got-git
_pkgname=${pkgname%-git}
-pkgver=v0.2.1
+pkgver=v0.3.0
pkgrel=1
pkgdesc='Simple golang package and CLI tool to download large files faster than cURL and Wget!'
arch=('x86_64' 'arm64')