summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaio Augusto2020-04-26 21:57:29 -0300
committerKaio Augusto2020-04-26 21:57:29 -0300
commit20785ee562c73ef35010bb237ca2089d98252c6f (patch)
treece5c9c2afeb9dfbb2999e135f10ade4a703c218a
parentceb55d85c7dff59e89d4bfd7ac846253ef74b565 (diff)
downloadaur-20785ee562c73ef35010bb237ca2089d98252c6f.tar.gz
Bump pkgver to 0.29.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b79af96799c..a49eac08d27e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtfutil
pkgdesc = Personal information dashboard for your terminal
- pkgver = 0.28.0
+ pkgver = 0.29.0
pkgrel = 1
url = https://wtfutil.com
arch = i686
@@ -9,8 +9,8 @@ pkgbase = wtfutil
arch = armv6h
license = MPL2
makedepends = go-pie>=1.13
- source = wtfutil-0.28.0.tar.gz::https://github.com/wtfutil/wtf/archive/v0.28.0.tar.gz
- sha256sums = a46c1d5177772107970e4487aa2ed860a267fd251ffce13648aee92b9e6e2028
+ source = wtfutil-0.29.0.tar.gz::https://github.com/wtfutil/wtf/archive/v0.29.0.tar.gz
+ sha256sums = a9e2f401bcbc593bdfcb224007d15de5e13485da1758d46bdd84bdf1fdbd92a7
pkgname = wtfutil
diff --git a/PKGBUILD b/PKGBUILD
index ef6aba03b732..0fbe4b53d073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Bruno Inec <bruno at inec dot fr>
pkgname=wtfutil
-pkgver=0.28.0
+pkgver=0.29.0
pkgrel=1
pkgdesc="Personal information dashboard for your terminal"
arch=('i686' 'x86_64' 'aarch64' 'armv6h')
@@ -12,7 +12,7 @@ url="https://wtfutil.com"
license=('MPL2')
makedepends=('go-pie>=1.13')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wtfutil/wtf/archive/v$pkgver.tar.gz")
-sha256sums=('a46c1d5177772107970e4487aa2ed860a267fd251ffce13648aee92b9e6e2028')
+sha256sums=('a9e2f401bcbc593bdfcb224007d15de5e13485da1758d46bdd84bdf1fdbd92a7')
build() {
export GOPROXY="https://gocenter.io"