summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"