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: 537e8bf1a721fcde8983f7c8897cde704d45c0ea
Message: Upgraded to 1.9.6
diff --git a/.SRCINFO b/.SRCINFO
index d934f83..699a8d4 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.5
+pkgver = 1.9.6
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.5/moar-v1.9.5-linux-386
-sha256sums = 4d795192adeb9bf741ebe271fe4343b61ec46b135fccc52bdd89c6f90dda7822
+source = moar::https://github.com/walles/moar/releases/download/v1.9.6/moar-v1.9.6-linux-386
+sha256sums = 7dd953ded022b7f4eb60f85ea20013061de0c3e42af9963c2bad5cf695486323
checkdepends = highlight
optdepends = highlight
diff --git a/PKGBUILD b/PKGBUILD
index 2347484..7098dea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='moar-bin'
_gitname='moar'
-pkgver='1.9.5'
+pkgver='1.9.6'
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=('4d795192adeb9bf741ebe271fe4343b61ec46b135fccc52bdd89c6f90dda7822')
+sha256sums=('7dd953ded022b7f4eb60f85ea20013061de0c3e42af9963c2bad5cf695486323')
provides=('moar')
conflicts=("${_gitname}-git" "${_gitname}")