summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamon Fried2023-07-22 02:05:14 +0300
committerRamon Fried2023-07-22 02:05:14 +0300
commit8b27e000c51c9e28120e68b3c0ddebfbb201361e (patch)
tree3a979e298d159f681d8b2415b304011caa601ae1
parentac072b120faaff0867f8a317c738170d6d053d69 (diff)
downloadaur-bitwise.tar.gz
v0.50
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c13ba72aac1..f9b766c41de8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwise
pkgdesc = Terminal based bitwise calculator in curses
- pkgver = 0.43
+ pkgver = 0.50
pkgrel = 1
url = https://github.com/mellowcandle/bitwise
arch = any
@@ -8,7 +8,7 @@ pkgbase = bitwise
depends = ncurses
depends = 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
pkgname = bitwise
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}"