summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a97a1e562ad..feeb0e2bdfce 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.3.0
+ pkgver = v0.4.0
pkgrel = 1
url = https://github.com/melbahja/got
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f6325b72af0a..ba1731b34100 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.3.0
+pkgver=v0.4.0
pkgrel=1
pkgdesc='Simple golang package and CLI tool to download large files faster than cURL and Wget!'
arch=('x86_64' 'arm64')