summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2023-01-05 10:09:27 -0500
committerBuildTools2023-01-05 10:09:27 -0500
commitbfec01ed2a38c44e3d7cfb99137206d4f5fd3325 (patch)
tree51c75b6dad90588ffa1de3d0bb13edaf45161033
parent77d87789240d2bdbfc08fb636919271ca70fdf6e (diff)
downloadaur-bfec01ed2a38c44e3d7cfb99137206d4f5fd3325.tar.gz
1.11.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 904f8d6bc50d..5332fb10890d 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 = 1.11.1
+ pkgver = 1.11.3
pkgrel = 1
url = https://github.com/walles/moar
arch = any
@@ -8,7 +8,7 @@ pkgbase = moar
checkdepends = highlight
makedepends = go
optdepends = highlight
- source = https://github.com/walles/moar/archive/refs/tags/v1.11.1.tar.gz
- sha256sums = e7f391eff362a94d82b1f57bb6ca9dd78a9c1ae126a3bb4aa385a7607e7dbe5b
+ source = https://github.com/walles/moar/archive/refs/tags/v1.11.3.tar.gz
+ sha256sums = 78a63a16c6370270aaf4c2d5e606aa05d738950b4c73922e2169b4cefc7ab760
pkgname = moar
diff --git a/PKGBUILD b/PKGBUILD
index ef7ab28e5bcd..1217752b9c43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=moar
-pkgver=1.11.1
+pkgver=1.11.3
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/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e7f391eff362a94d82b1f57bb6ca9dd78a9c1ae126a3bb4aa385a7607e7dbe5b')
+sha256sums=('78a63a16c6370270aaf4c2d5e606aa05d738950b4c73922e2169b4cefc7ab760')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"