summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamon Fried2021-11-01 21:26:24 +0200
committerRamon Fried2021-11-01 21:26:24 +0200
commitac072b120faaff0867f8a317c738170d6d053d69 (patch)
tree8887863ef164659619054866c4cb19cf6bc520b3
parent8d4c0a193fb9dae9cab6804eb84878999eb1d80b (diff)
downloadaur-ac072b120faaff0867f8a317c738170d6d053d69.tar.gz
v0.43
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31d4daf1536e..9c13ba72aac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = bitwise
pkgdesc = Terminal based bitwise calculator in curses
- pkgver = 0.42
- pkgrel = 3
+ pkgver = 0.43
+ pkgrel = 1
url = https://github.com/mellowcandle/bitwise
arch = any
license = GPL3
depends = ncurses
depends = readline
provides = bitwise
- source = https://github.com/mellowcandle/bitwise/releases/download/v0.42/bitwise-v0.42.tar.gz
- md5sums = 9acbcdd65cc830ac6ac3f7c80837ae06
+ source = https://github.com/mellowcandle/bitwise/releases/download/v0.43/bitwise-v0.43.tar.gz
+ md5sums = 494eb69b2db406e921f64812d76e111d
pkgname = bitwise
-
diff --git a/PKGBUILD b/PKGBUILD
index 569dcd7fbac5..b6ddb3757981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ramon Fried <rfried.dev@gmail.com>
pkgname="bitwise"
-pkgver="0.42"
-pkgrel="3"
+pkgver="0.43"
+pkgrel="1"
pkgdesc="Terminal based bitwise calculator in curses"
arch=("any")
license=("GPL3")
@@ -9,8 +9,8 @@ url="https://github.com/mellowcandle/bitwise"
depends=("ncurses" "readline")
provides=("bitwise")
-source=("https://github.com/mellowcandle/bitwise/releases/download/v0.42/bitwise-v0.42.tar.gz")
-md5sums=('9acbcdd65cc830ac6ac3f7c80837ae06')
+source=("https://github.com/mellowcandle/bitwise/releases/download/v0.43/bitwise-v0.43.tar.gz")
+md5sums=('494eb69b2db406e921f64812d76e111d')
build() {
cd "${pkgname}-v${pkgver}"