summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRamon Fried2019-06-19 22:09:32 +0300
committerRamon Fried2019-06-19 22:09:32 +0300
commit8b634f52f066a2bc8c6c5bf6736ce925c353c054 (patch)
treec4d5252e86976776a39da36f184804a5e9072dc4 /PKGBUILD
parent14a7c77e9aaedd766db4464a1931ac929a941569 (diff)
downloadaur-8b634f52f066a2bc8c6c5bf6736ce925c353c054.tar.gz
v0.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 381e109c08f0..75f1003cf44f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ramon Fried <rfried.dev@gmail.com>
pkgname="bitwise"
-pkgver="v0.20"
+pkgver="v0.21"
pkgrel="1"
pkgdesc="Terminal based bitwise calculator in curses"
arch=("any")
@@ -9,8 +9,8 @@ url="https://github.com/mellowcandle/bitwise"
depends=("ncurses" "readline")
provides=("bitwise")
-source=("https://github.com/mellowcandle/bitwise/releases/download/v0.20/bitwise-v0.20.tar.gz")
-md5sums=('d6828a23002ffb15c75fe8f010a9c4f2')
+source=("https://github.com/mellowcandle/bitwise/releases/download/v0.21/bitwise-v0.21.tar.gz")
+md5sums=('a461b00224837a03193b512d68f29fdf')
build() {
cd "${pkgname}-${pkgver}"