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 b6ddb3757981..7bdcffc9add7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ramon Fried <rfried.dev@gmail.com>
pkgname="bitwise"
-pkgver="0.43"
+pkgver="0.50"
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.43/bitwise-v0.43.tar.gz")
-md5sums=('494eb69b2db406e921f64812d76e111d')
+source=("https://github.com/mellowcandle/bitwise/releases/download/v0.50/bitwise-v0.50.tar.gz")
+md5sums=('7ed023d309f7e30531b1c971929b2330')
build() {
cd "${pkgname}-v${pkgver}"