summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Inec2018-06-02 22:40:34 +0200
committerBruno Inec2018-06-02 22:40:34 +0200
commit5de52e667be38cfa703e1e8a93400ce77ccc9169 (patch)
treee497755df9e5ad0b7a42748fc963dc4df6e0842b
parent5822d28b66769f2066f9c26e76bd692ded55fe94 (diff)
downloadaur-5de52e667be38cfa703e1e8a93400ce77ccc9169.tar.gz
version bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 091ed3c46e6a..980aeabb7ee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Bruno Inec <brunoinec at gmail dot com>
pkgname=wtfutil
-pkgver=0.0.3
+pkgver=0.0.4
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=('0167b691f57126d3a5cd6ffb4a6ba6115a9b3c5a48541db370530761400b9a21')
+sha256sums_x86_64=('2ae5a288d2699cbbe8543615fc2b46a360a18566f40e8dc4ff49ceb07dd9cd12')
package(){
install -D "${srcdir}/wtf" "${pkgdir}/usr/bin/wtfutil"