summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Inec2018-06-28 22:38:04 +0200
committerBruno Inec2018-06-28 22:38:04 +0200
commit22f586027a821820d63ef442e7020fb9cc03c3fb (patch)
tree02f2e08162cfd9ef6a1c9fbebcfa7193f0e84fb3 /PKGBUILD
parent02d2db461603f83d70f347f2416167da14901e4e (diff)
downloadaur-22f586027a821820d63ef442e7020fb9cc03c3fb.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 189b17088fb0..5742106361c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Bruno Inec <brunoinec at gmail dot com>
pkgname=wtfutil
-pkgver=0.0.9
-pkgrel=2
+pkgver=0.0.10
+pkgrel=1
pkgdesc="Personal information dashboard for your terminal"
arch=('x86_64')
url="https://wtfutil.com"
license=('MIT')
source_x86_64=("https://github.com/senorprogrammer/wtf/releases/download/v${pkgver}/wtf_${pkgver}_linux_amd64.tar.gz")
-sha256sums_x86_64=('bef5229f9a70ebb18764f145fec85127b0db6416af58393e56f716969cfe0781')
+sha256sums_x86_64=('2560cd2d2682a8e0c2b946c55deed7f72154f5839a0829439facdf2104886fdf')
package(){
install -D "${srcdir}/wtf_${pkgver}_linux_amd64/wtf" "${pkgdir}/usr/bin/wtfutil"