summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Gust2023-09-13 13:50:37 -0600
committerJeremy Gust2023-09-13 13:50:37 -0600
commitcbf50188a9b7572668d4998c92ac49565243f0c4 (patch)
treed8cf0a1c68fcf2cfd3933d33d1c8f1d6f25d46e9
parent9819acab43e7af02a4f4e74dc761c33570120f44 (diff)
downloadaur-cbf50188a9b7572668d4998c92ac49565243f0c4.tar.gz
Updated to version 1.16.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df3cff088a80..937929d98a98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moar-bin
pkgdesc = A pager designed to just do the right thing without any configuration.
- pkgver = 1.16.0
+ pkgver = 1.16.1
pkgrel = 1
url = https://github.com/walles/moar
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = moar-bin
optdepends = highlight: source code syntax highlighter
provides = moar
conflicts = moar
- noextract = moar-1.16.0.tar.gz
- source = moar::https://github.com/walles/moar/releases/download/v1.16.0/moar-v1.16.0-linux-386
- source = moar-1.16.0.tar.gz::https://github.com/walles/moar/archive/v1.16.0.tar.gz
- sha256sums = 7c2320ea9b1bd95c935a076dbd4cb248fedc10a92b20b84ce42549eab5cea463
- sha256sums = 39142047aee50f3823bd3223d28ba8133c202deca2c0689402a4606d74c63251
+ noextract = moar-1.16.1.tar.gz
+ source = moar::https://github.com/walles/moar/releases/download/v1.16.1/moar-v1.16.1-linux-386
+ source = moar-1.16.1.tar.gz::https://github.com/walles/moar/archive/v1.16.1.tar.gz
+ sha256sums = ef035a248409870c3a885bcd8f46d564423f2ebb8670f428924ae2dfe6976b33
+ sha256sums = f10f6e7793f869574b22d0819cb84ad6e7a839513ff0efc0861b4cb3c5a18080
pkgname = moar-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17a5b0073811..e106100e9491 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Jeremy Gust <jeremy AT plasticsoup DOT net>
pkgname=moar-bin
-pkgver=1.16.0
+pkgver=1.16.1
pkgrel=1
pkgdesc="A pager designed to just do the right thing without any configuration."
arch=(x86_64)
@@ -13,8 +13,8 @@ provides=(moar)
source=("${pkgname%-bin}::${url}/releases/download/v${pkgver}/${pkgname%-bin}-v${pkgver}-linux-386"
"${pkgname%-bin}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz")
noextract=(${pkgname%-bin}-${pkgver}.tar.gz)
-sha256sums=('7c2320ea9b1bd95c935a076dbd4cb248fedc10a92b20b84ce42549eab5cea463'
- '39142047aee50f3823bd3223d28ba8133c202deca2c0689402a4606d74c63251')
+sha256sums=('ef035a248409870c3a885bcd8f46d564423f2ebb8670f428924ae2dfe6976b33'
+ 'f10f6e7793f869574b22d0819cb84ad6e7a839513ff0efc0861b4cb3c5a18080')
prepare() {