summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Gust2024-04-15 09:38:03 -0600
committerJeremy Gust2024-04-15 09:38:03 -0600
commitef085961e4d852c44d7082b2a0873b4050265fe5 (patch)
tree15633ff8978b43d09f5ab784fe42387be5d2d9e8
parent9a5e19d74ef6fa3a0e798ba6bf9d5f651b293aab (diff)
downloadaur-ef085961e4d852c44d7082b2a0873b4050265fe5.tar.gz
Updated to version 1.23.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91351fc12334..3d4e060fb6d2 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.23.9
+ pkgver = 1.23.10
pkgrel = 1
url = https://github.com/walles/moar
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = moar
license = BSD-2-Clause-Views
makedepends = go
depends = glibc
- source = moar-1.23.9.tar.gz::https://github.com/walles/moar/archive/v1.23.9.tar.gz
- sha256sums = 0e88ff31268ba143e3c59e64751b16c720377c18afa257e2555a8c40ff66f69d
+ source = moar-1.23.10.tar.gz::https://github.com/walles/moar/archive/v1.23.10.tar.gz
+ sha256sums = 51a26349f637452fef8d808fa5ad611befd49df0bd32779ef57ffe14b37d9e2b
pkgname = moar
diff --git a/PKGBUILD b/PKGBUILD
index 9a1544bc1564..8961fb57b3e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeremy Gust <jeremy AT plasticsoup DOT net>
# Contributor: Jameson Pugh <imntreal@gmail.com>
pkgname=moar
-pkgver=1.23.9
+pkgver=1.23.10
pkgrel=1
pkgdesc="A pager designed to just do the right thing without any configuration."
arch=('x86_64' 'i686' 'pentium4' 'armv6h' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=(BSD-2-Clause-Views)
depends=(glibc)
makedepends=(go)
source=("$pkgname-$pkgver.tar.gz"::"$url/archive/v$pkgver.tar.gz")
-sha256sums=('0e88ff31268ba143e3c59e64751b16c720377c18afa257e2555a8c40ff66f69d')
+sha256sums=('51a26349f637452fef8d808fa5ad611befd49df0bd32779ef57ffe14b37d9e2b')
prepare() {
cd "$pkgname-$pkgver"