summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2020-11-17 10:00:51 -0500
committerJameson Pugh2020-11-17 10:00:51 -0500
commit0e28acd1d25f3efe9afeb6aa35203d1a1860418a (patch)
tree7bf4b278c3121af5c51b63033cafbd17e4d1c651
parent63567fa3ceac93c7b6945d8ae7c6dbddc8b4af43 (diff)
downloadaur-0e28acd1d25f3efe9afeb6aa35203d1a1860418a.tar.gz
0.9.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bd415ed7218..adf01f4e2800 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moar
pkgdesc = A pager designed to just do the right thing without any configuration.
- pkgver = 0.9.22
+ pkgver = 0.9.23
pkgrel = 1
url = https://github.com/walles/moar
arch = any
@@ -8,8 +8,8 @@ pkgbase = moar
checkdepends = highlight
makedepends = go
optdepends = highlight
- source = https://github.com/walles/moar/archive/0.9.22.tar.gz
- sha256sums = 2e7852d6bd5129719baaa9a207edb6dd19e5fe005e2036ab89c2a92d102c58c5
+ source = https://github.com/walles/moar/archive/0.9.23.tar.gz
+ sha256sums = 972ca2b38cf858311b09df26101983e4e16dddc18e0f53d4b0950cbacada1b38
pkgname = moar
diff --git a/PKGBUILD b/PKGBUILD
index f024daff0249..4ff580f9db06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=moar
-pkgver=0.9.22
+pkgver=0.9.23
pkgrel=1
pkgdesc="A pager designed to just do the right thing without any configuration."
arch=(any)
@@ -11,7 +11,7 @@ makedepends=(go)
optdepends=(highlight)
checkdepends=(highlight)
source=("https://github.com/walles/moar/archive/${pkgver}.tar.gz")
-sha256sums=('2e7852d6bd5129719baaa9a207edb6dd19e5fe005e2036ab89c2a92d102c58c5')
+sha256sums=('972ca2b38cf858311b09df26101983e4e16dddc18e0f53d4b0950cbacada1b38')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"