summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-12-28 16:14:18 -0700
committerMark Wagie2021-12-28 16:14:18 -0700
commitbbd5e280945038d1f17909ed2a1d2466905d6555 (patch)
treeda325b9e636cc2ce73d9e638aa324cc2af75c655
parentaae01faca501474c70ddf2f6832c2d913a27f591 (diff)
downloadaur-bbd5e280945038d1f17909ed2a1d2466905d6555.tar.gz
0.41.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7bbf92b52c3..4317e773e9b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtfutil
pkgdesc = Personal information dashboard for your terminal
- pkgver = 0.40.0
+ pkgver = 0.41.0
pkgrel = 1
url = https://wtfutil.com
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = wtfutil
license = MPL2
makedepends = go
depends = glibc
- source = wtfutil-0.40.0.tar.gz::https://github.com/wtfutil/wtf/archive/v0.40.0.tar.gz
- sha256sums = 74e29757fbaa9744e5707f6666195f21515f3abe29da284f833635afe60d12ec
+ source = wtfutil-0.41.0.tar.gz::https://github.com/wtfutil/wtf/archive/v0.41.0.tar.gz
+ sha256sums = e01f45aaa7a1e31ab555071763da184d611f87b1800265dc782502da9c985eaf
pkgname = wtfutil
diff --git a/PKGBUILD b/PKGBUILD
index 4fa0acf08db2..ad0e110cedb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Bruno Inec <bruno at inec dot fr>
pkgname=wtfutil
-pkgver=0.40.0
+pkgver=0.41.0
pkgrel=1
pkgdesc="Personal information dashboard for your terminal"
arch=('x86_64' 'aarch64' 'armv6h')
@@ -13,7 +13,7 @@ license=('MPL2')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wtfutil/wtf/archive/v$pkgver.tar.gz")
-sha256sums=('74e29757fbaa9744e5707f6666195f21515f3abe29da284f833635afe60d12ec')
+sha256sums=('e01f45aaa7a1e31ab555071763da184d611f87b1800265dc782502da9c985eaf')
prepare() {
# Prevent creation of a `go` directory in one's home.