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: 37c72f366158cd5b365fbcef7d03aee1ddbd8d22

Message: Upgraded to 1.9.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 38ccd7a..091d636 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
-generated-by = makedeb-makepkg
-
-pkgbase = moar-bin
-	pkgdesc = A pager designed to just do the right thing without any configuration.
-	pkgver = 1.9.1
-	pkgrel = 1
-	url = https://github.com/walles/moar
-	arch = x86_64
-	license = BSD
-	checkdepends = highlight
-	optdepends = highlight
-	provides = moar
-	conflicts = moar-git
-	conflicts = moar
-	source = moar::https://github.com/walles/moar/releases/download/v1.9.1/moar-v1.9.1-linux-386
-	sha256sums = d6bf2b517ac915540250fccb8160fec66b1f94a2d7319bf80971acfe1a2ca6e2
-
+generated-by = makedeb
 pkgname = moar-bin
+pkgbase = moar-bin
+pkgdesc = A pager designed to just do the right thing without any configuration.
+pkgrel = 1
+pkgver = 1.9.2
+url = https://github.com/walles/moar
+arch = x86_64
+checkdepends = highlight
+conflicts = moar-git
+conflicts = moar
+license = BSD
+optdepends = highlight
+provides = moar
+source = moar::https://github.com/walles/moar/releases/download/v1.9.2/moar-v1.9.2-linux-386
+sha256sums = a31a71b8d1b004aed3afe7ed4919033c717292cd3b8c7d8baa12e3345bad3aab
+checkdepends = highlight
+optdepends = highlight
diff --git a/PKGBUILD b/PKGBUILD
index 31d4964..f71e275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname='moar-bin'
 _gitname='moar'
-pkgver='1.9.1'
+pkgver='1.9.2'
 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=('d6bf2b517ac915540250fccb8160fec66b1f94a2d7319bf80971acfe1a2ca6e2')
+sha256sums=('a31a71b8d1b004aed3afe7ed4919033c717292cd3b8c7d8baa12e3345bad3aab')
 provides=('moar')
 conflicts=("${_gitname}-git" "${_gitname}")