summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Inec2018-06-20 19:08:52 +0200
committerBruno Inec2018-06-20 19:08:52 +0200
commit02d2db461603f83d70f347f2416167da14901e4e (patch)
tree57da5937d00caa19107852d5094a43ac94ba01f9
parentc44034e35a5177daa9355462703e4a7f753c1ff3 (diff)
downloadaur-02d2db461603f83d70f347f2416167da14901e4e.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f655d4455fe2..fa34714bf74a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = wtfutil
pkgdesc = Personal information dashboard for your terminal
- pkgver = 0.0.8
+ pkgver = 0.0.9
pkgrel = 2
url = https://wtfutil.com
arch = x86_64
license = MIT
- source_x86_64 = https://github.com/senorprogrammer/wtf/releases/download/v0.0.8/wtf_0.0.8_linux_amd64.tar.gz
- sha256sums_x86_64 = 07000f3e9d4e4dd8cf4f18d6f172ad7f56509fa7289e148179162d88d2373eb3
+ source_x86_64 = https://github.com/senorprogrammer/wtf/releases/download/v0.0.9/wtf_0.0.9_linux_amd64.tar.gz
+ sha256sums_x86_64 = bef5229f9a70ebb18764f145fec85127b0db6416af58393e56f716969cfe0781
pkgname = wtfutil
diff --git a/PKGBUILD b/PKGBUILD
index 7278ee0d760d..189b17088fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Bruno Inec <brunoinec at gmail dot com>
pkgname=wtfutil
-pkgver=0.0.8
+pkgver=0.0.9
pkgrel=2
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=('07000f3e9d4e4dd8cf4f18d6f172ad7f56509fa7289e148179162d88d2373eb3')
+sha256sums_x86_64=('bef5229f9a70ebb18764f145fec85127b0db6416af58393e56f716969cfe0781')
package(){
install -D "${srcdir}/wtf_${pkgver}_linux_amd64/wtf" "${pkgdir}/usr/bin/wtfutil"