makedeb


moar-bin 1.11.4-1


A pager designed to just do the right thing without any configuration.

Click here to go back to the commit logs for moar-bin.

Commit:


Hash: a8f55880eb05272fffb9f54db8524b7ef2127e77

Message: Upgraded to 1.9.5

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3704c16..d934f83 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.4
+pkgver = 1.9.5
 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.4/moar-v1.9.4-linux-386
-sha256sums = a89b4ff2e23c79cec89c62286b6e4b5dcc1ce0deed87536473236fdfbe8b0db0
+source = moar::https://github.com/walles/moar/releases/download/v1.9.5/moar-v1.9.5-linux-386
+sha256sums = 4d795192adeb9bf741ebe271fe4343b61ec46b135fccc52bdd89c6f90dda7822
 checkdepends = highlight
 optdepends = highlight
diff --git a/PKGBUILD b/PKGBUILD
index ebc8bf2..2347484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname='moar-bin'
 _gitname='moar'
-pkgver='1.9.4'
+pkgver='1.9.5'
 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=('a89b4ff2e23c79cec89c62286b6e4b5dcc1ce0deed87536473236fdfbe8b0db0')
+sha256sums=('4d795192adeb9bf741ebe271fe4343b61ec46b135fccc52bdd89c6f90dda7822')
 provides=('moar')
 conflicts=("${_gitname}-git" "${_gitname}")