summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRamon Fried2023-07-22 02:05:14 +0300
committerRamon Fried2023-07-22 02:05:14 +0300
commit8b27e000c51c9e28120e68b3c0ddebfbb201361e (patch)
tree3a979e298d159f681d8b2415b304011caa601ae1 /PKGBUILD
parentac072b120faaff0867f8a317c738170d6d053d69 (diff)
downloadaur-bitwise.tar.gz
v0.50
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}"