summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamon Fried2019-06-21 07:11:03 +0300
committerRamon Fried2019-06-21 07:11:03 +0300
commit700019816911b5f5944d444f1276694eabdf8116 (patch)
tree520f2f431161587378f80a5e5ab12742514659a8
parent8b634f52f066a2bc8c6c5bf6736ce925c353c054 (diff)
downloadaur-700019816911b5f5944d444f1276694eabdf8116.tar.gz
v0.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6230251bdd00..74035252d4b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwise
pkgdesc = Terminal based bitwise calculator in curses
- pkgver = v0.21
+ pkgver = v0.22
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.21/bitwise-v0.21.tar.gz
- md5sums = a461b00224837a03193b512d68f29fdf
+ source = https://github.com/mellowcandle/bitwise/releases/download/v0.22/bitwise-v0.22.tar.gz
+ md5sums = d02d9db0537f7942afd71131ea22b7ca
pkgname = bitwise
diff --git a/PKGBUILD b/PKGBUILD
index 75f1003cf44f..92e03e5ff901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ramon Fried <rfried.dev@gmail.com>
pkgname="bitwise"
-pkgver="v0.21"
+pkgver="v0.22"
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.21/bitwise-v0.21.tar.gz")
-md5sums=('a461b00224837a03193b512d68f29fdf')
+source=("https://github.com/mellowcandle/bitwise/releases/download/v0.22/bitwise-v0.22.tar.gz")
+md5sums=('d02d9db0537f7942afd71131ea22b7ca')
build() {
cd "${pkgname}-${pkgver}"