summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamon Fried2019-04-24 22:54:57 +0300
committerRamon Fried2019-04-24 22:54:57 +0300
commit6bdb1e51e6af9d048929806adb3641a56eaf5c9d (patch)
treef9d06385e6b70167e23f31eff02f464cc42ffcd5
parenta4ee9abe4459a3a8412daa5fc2c7df771f81df80 (diff)
downloadaur-6bdb1e51e6af9d048929806adb3641a56eaf5c9d.tar.gz
Update to v0.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01af36a1667a..159807bd7588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bitwise
pkgdesc = Terminal based bitwise manipulator in curses
- pkgver = 0.1
+ pkgver = 0.11
pkgrel = 1
url = https://github.com/mellowcandle/bitwise
arch = any
license = Apache
depends = ncurses
provides = bitwise
- source = https://github.com/mellowcandle/bitwise/releases/download/0.1/bitwise-0.1.tar.gz
- sha256sums = 42b7b58d3138fe3851ad71800ba73e488715dc0fb234880f9415ad76ed82c5b0
+ source = https://github.com/mellowcandle/bitwise/releases/download/0.11/bitwise-0.11.tar.gz
+ sha256sums = dd5658225fa407c563ee7fa65d3a6888ef071b726b745e7ebd79c4f02d7fefa1
pkgname = bitwise
diff --git a/PKGBUILD b/PKGBUILD
index 1b40a643a985..0753214782c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ramon Fried <rfried.dev@gmail.com>
pkgname="bitwise"
-pkgver="0.1"
+pkgver="0.11"
pkgrel="1"
pkgdesc="Terminal based bitwise manipulator in curses"
arch=("any")
@@ -9,8 +9,8 @@ url="https://github.com/mellowcandle/bitwise"
depends=("ncurses")
provides=("bitwise")
-source=("https://github.com/mellowcandle/bitwise/releases/download/0.1/bitwise-0.1.tar.gz")
-sha256sums=('42b7b58d3138fe3851ad71800ba73e488715dc0fb234880f9415ad76ed82c5b0')
+source=("https://github.com/mellowcandle/bitwise/releases/download/0.11/bitwise-0.11.tar.gz")
+sha256sums=('dd5658225fa407c563ee7fa65d3a6888ef071b726b745e7ebd79c4f02d7fefa1')
build() {
cd "${pkgname}-${pkgver}"