summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaio Augusto de Camargo2020-03-05 14:31:18 -0300
committerKaio Augusto de Camargo2020-03-05 14:31:18 -0300
commit4ff637c1931c3bb197a87864806ff71765126ff7 (patch)
treebf065537bea5d0556e7ba29775f581bfe2f138cc
parent4ea909daeeb6548a84cfc648917f2833e46e6d45 (diff)
downloadaur-4ff637c1931c3bb197a87864806ff71765126ff7.tar.gz
pkgver up to 0.27.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 779ed5797d09..9578974b56c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtfutil
pkgdesc = Personal information dashboard for your terminal
- pkgver = 0.26.0
+ pkgver = 0.27.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.26.0.tar.gz::https://github.com/wtfutil/wtf/archive/v0.26.0.tar.gz
- sha256sums = a45536140fcbd2a85ca1edbacc58d144eb3993c33656d77481108e9e6c0a4687
+ source = wtfutil-0.27.0.tar.gz::https://github.com/wtfutil/wtf/archive/v0.27.0.tar.gz
+ sha256sums = e2406f5f1572d293170ff6f17a1a0799b1cd1ab80f548dbccc28e8e1b4a7b451
pkgname = wtfutil
diff --git a/PKGBUILD b/PKGBUILD
index 68459aa18161..b1453f523f08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Bruno Inec <bruno at inec dot fr>
pkgname=wtfutil
-pkgver=0.26.0
+pkgver=0.27.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=('a45536140fcbd2a85ca1edbacc58d144eb3993c33656d77481108e9e6c0a4687')
+sha256sums=('e2406f5f1572d293170ff6f17a1a0799b1cd1ab80f548dbccc28e8e1b4a7b451')
build() {
export GOPROXY="https://gocenter.io"