summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74035252d4b8..d30216b39d26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwise
pkgdesc = Terminal based bitwise calculator in curses
- pkgver = v0.22
+ pkgver = v0.30
pkgrel = 1
url = https://github.com/mellowcandle/bitwise
arch = any
@@ -8,8 +8,8 @@ pkgbase = bitwise
depends = ncurses
depends = readline
provides = bitwise
- source = https://github.com/mellowcandle/bitwise/releases/download/v0.22/bitwise-v0.22.tar.gz
- md5sums = d02d9db0537f7942afd71131ea22b7ca
+ source = https://github.com/mellowcandle/bitwise/releases/download/v0.30/bitwise-v0.30.tar.gz
+ md5sums = 0507906d64b22df45c548182649ba7d5
pkgname = bitwise
diff --git a/PKGBUILD b/PKGBUILD
index 92e03e5ff901..3864a7ffada3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ramon Fried <rfried.dev@gmail.com>
pkgname="bitwise"
-pkgver="v0.22"
+pkgver="v0.30"
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.22/bitwise-v0.22.tar.gz")
-md5sums=('d02d9db0537f7942afd71131ea22b7ca')
+source=("https://github.com/mellowcandle/bitwise/releases/download/v0.30/bitwise-v0.30.tar.gz")
+md5sums=('0507906d64b22df45c548182649ba7d5')
build() {
cd "${pkgname}-${pkgver}"