makedeb
A pager designed to just do the right thing without any configuration.
Click here to go back to the commit logs for moar-bin.
Hash: 597cb661d04ddaab96e0394d82e308e96e605157
Message: Upgraded to 1.9.4
diff --git a/.SRCINFO b/.SRCINFO
index 7a3ad57..3704c16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = moar-bin
pkgbase = moar-bin
pkgdesc = A pager designed to just do the right thing without any configuration.
pkgrel = 1
-pkgver = 1.9.3
+pkgver = 1.9.4
url = https://github.com/walles/moar
arch = x86_64
checkdepends = highlight
@@ -12,7 +12,7 @@ conflicts = moar
license = BSD
optdepends = highlight
provides = moar
-source = moar::https://github.com/walles/moar/releases/download/v1.9.3/moar-v1.9.3-linux-386
-sha256sums = 5c15e829cc1931d314a56e1ad9c6550f50191989fb90da50f75d661394b79876
+source = moar::https://github.com/walles/moar/releases/download/v1.9.4/moar-v1.9.4-linux-386
+sha256sums = a89b4ff2e23c79cec89c62286b6e4b5dcc1ce0deed87536473236fdfbe8b0db0
checkdepends = highlight
optdepends = highlight
diff --git a/PKGBUILD b/PKGBUILD
index 18058e2..ebc8bf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='moar-bin'
_gitname='moar'
-pkgver='1.9.3'
+pkgver='1.9.4'
pkgrel='1'
pkgdesc="A pager designed to just do the right thing without any configuration."
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
optdepends=('highlight')
checkdepends=('highlight')
source=("moar"::"${url}/releases/download/v${pkgver}/moar-v${pkgver}-linux-386")
-sha256sums=('5c15e829cc1931d314a56e1ad9c6550f50191989fb90da50f75d661394b79876')
+sha256sums=('a89b4ff2e23c79cec89c62286b6e4b5dcc1ce0deed87536473236fdfbe8b0db0')
provides=('moar')
conflicts=("${_gitname}-git" "${_gitname}")