summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Inec2018-07-15 21:55:55 +0200
committerBruno Inec2018-07-15 21:55:55 +0200
commitb8cd326fe65b0db96d75dfbfd7a4b7dae43652ff (patch)
tree16104bcdec4b3c8f938658cee6bf09b2790adef9
parent22f586027a821820d63ef442e7020fb9cc03c3fb (diff)
downloadaur-b8cd326fe65b0db96d75dfbfd7a4b7dae43652ff.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a205c79f3de3..97c6eafe5639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = wtfutil
pkgdesc = Personal information dashboard for your terminal
- pkgver = 0.0.10
+ pkgver = 0.0.11
pkgrel = 1
url = https://wtfutil.com
arch = x86_64
license = MIT
- 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
+ source_x86_64 = https://github.com/senorprogrammer/wtf/releases/download/0.0.11/wtf_0.0.11_linux_amd64.tar.gz
+ sha256sums_x86_64 = da31108acaeadc56b181dd37706a7aeff9a9bb6b17bf15420b81e1b690db7b05
pkgname = wtfutil
diff --git a/PKGBUILD b/PKGBUILD
index 5742106361c0..287bb937f4ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Bruno Inec <brunoinec at gmail dot com>
pkgname=wtfutil
-pkgver=0.0.10
+pkgver=0.0.11
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=('2560cd2d2682a8e0c2b946c55deed7f72154f5839a0829439facdf2104886fdf')
+source_x86_64=("https://github.com/senorprogrammer/wtf/releases/download/${pkgver}/wtf_${pkgver}_linux_amd64.tar.gz")
+sha256sums_x86_64=('da31108acaeadc56b181dd37706a7aeff9a9bb6b17bf15420b81e1b690db7b05')
package(){
install -D "${srcdir}/wtf_${pkgver}_linux_amd64/wtf" "${pkgdir}/usr/bin/wtfutil"