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 98f7e5ba1fde..f3f57524a0c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwise
pkgdesc = Terminal based bitwise calculator in curses
- pkgver = v0.31
+ pkgver = v0.32
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.31/bitwise-v0.31.tar.gz
- md5sums = f6506ed6cc6b503084ac31500b6a4169
+ source = https://github.com/mellowcandle/bitwise/releases/download/v0.32/bitwise-v0.32.tar.gz
+ md5sums = a722e53685e102e85948b102583e93fa
pkgname = bitwise
diff --git a/PKGBUILD b/PKGBUILD
index 08321cb359c0..e566dcab8dc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ramon Fried <rfried.dev@gmail.com>
pkgname="bitwise"
-pkgver="v0.31"
+pkgver="v0.32"
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.31/bitwise-v0.31.tar.gz")
-md5sums=('f6506ed6cc6b503084ac31500b6a4169')
+source=("https://github.com/mellowcandle/bitwise/releases/download/v0.32/bitwise-v0.32.tar.gz")
+md5sums=('a722e53685e102e85948b102583e93fa')
build() {
cd "${pkgname}-${pkgver}"