summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Gust2024-01-13 09:32:32 -0700
committerJeremy Gust2024-01-13 09:32:32 -0700
commit43455633c7deef31ecea3aaffec6eef2b7e7915f (patch)
treec12cd37abb369af6f2504e9d3087c68ca9984f18
parent17d27cd6baa47593595a50e400e29d0b8eb5d794 (diff)
downloadaur-43455633c7deef31ecea3aaffec6eef2b7e7915f.tar.gz
Updated to version 1.22.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3969af0768a..0229c1204f07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = moar
pkgdesc = A pager designed to just do the right thing without any configuration.
- pkgver = 1.22.1
+ pkgver = 1.22.3
pkgrel = 1
url = https://github.com/walles/moar
arch = x86_64
license = BSD
makedepends = go
- source = moar-1.22.1.tar.gz::https://github.com/walles/moar/archive/v1.22.1.tar.gz
- sha256sums = a35f00173ca56a8468082b917e742151fbeaeaeb4e86441879eec61076025f81
+ source = moar-1.22.3.tar.gz::https://github.com/walles/moar/archive/v1.22.3.tar.gz
+ sha256sums = 8134505c476b6265adcd34d3423cf60c69716c46c63a49e5600e77105c2ffb97
pkgname = moar
diff --git a/PKGBUILD b/PKGBUILD
index d3bb6b366089..2feb81902c09 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.22.1
+pkgver=1.22.3
pkgrel=1
pkgdesc="A pager designed to just do the right thing without any configuration."
arch=(x86_64)
@@ -9,7 +9,7 @@ url="https://github.com/walles/moar"
license=(BSD)
makedepends=(go)
source=("$pkgname-$pkgver.tar.gz"::"$url/archive/v$pkgver.tar.gz")
-sha256sums=('a35f00173ca56a8468082b917e742151fbeaeaeb4e86441879eec61076025f81')
+sha256sums=('8134505c476b6265adcd34d3423cf60c69716c46c63a49e5600e77105c2ffb97')
build() {
cd "$pkgname-$pkgver"