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: 400ced4b50ea1626be6fa1be9b3f7aa5c9e29054
Message: Upgraded to 1.10.0
diff --git a/.SRCINFO b/.SRCINFO
index 4f3e6b2..ff622a2 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.9
+pkgver = 1.10.0
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.9/moar-v1.9.9-linux-386
-b2sums = 2b23503c7431ebcd2c13a082a9df9d80ab6658a4961f89ce0020e3c4e9235c70a24ee19e5c2a99bbcd5782d374c78b875f218422d52763dc2991f21f9950b008
+source = moar::https://github.com/walles/moar/releases/download/v1.10.0/moar-v1.10.0-linux-386
+b2sums = d1c445fcf11366ba6f59711242a5a505de059a58e6a945b7ad718ec7880fded24b13b63b51404704badbb38101b259f068110cae2ebb5fcbbd9ade5c1c8ed5a9
checkdepends = highlight
optdepends = highlight
diff --git a/PKGBUILD b/PKGBUILD
index 40052b4..b724789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='moar-bin'
_gitname='moar'
-pkgver='1.9.9'
+pkgver='1.10.0'
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")
-b2sums=('2b23503c7431ebcd2c13a082a9df9d80ab6658a4961f89ce0020e3c4e9235c70a24ee19e5c2a99bbcd5782d374c78b875f218422d52763dc2991f21f9950b008')
+b2sums=('d1c445fcf11366ba6f59711242a5a505de059a58e6a945b7ad718ec7880fded24b13b63b51404704badbb38101b259f068110cae2ebb5fcbbd9ade5c1c8ed5a9')
provides=('moar')
conflicts=("${_gitname}-git" "${_gitname}")