summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Inec2018-06-28 22:38:04 +0200
committerBruno Inec2018-06-28 22:38:04 +0200
commit22f586027a821820d63ef442e7020fb9cc03c3fb (patch)
tree02f2e08162cfd9ef6a1c9fbebcfa7193f0e84fb3
parent02d2db461603f83d70f347f2416167da14901e4e (diff)
downloadaur-22f586027a821820d63ef442e7020fb9cc03c3fb.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa34714bf74a..a205c79f3de3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = wtfutil
pkgdesc = Personal information dashboard for your terminal
- pkgver = 0.0.9
- pkgrel = 2
+ pkgver = 0.0.10
+ pkgrel = 1
url = https://wtfutil.com
arch = x86_64
license = MIT
- 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
+ source_x86_64 = https://github.com/senorprogrammer/wtf/releases/download/v0.0.10/wtf_0.0.10_linux_amd64.tar.gz
+ sha256sums_x86_64 = 2560cd2d2682a8e0c2b946c55deed7f72154f5839a0829439facdf2104886fdf
pkgname = wtfutil
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"