diff options
author | Jeremy Gust | 2023-05-18 17:56:57 -0600 |
---|---|---|
committer | Jeremy Gust | 2023-05-18 17:56:57 -0600 |
commit | afe433b6d3f30e7e7a2250ed2eca982b4b58a76c (patch) | |
tree | a9f88626e8755f40cbf9840b0fe6c0a854ad6cbc | |
parent | 496d6d0176d2ebca3ebab29e0a32890783c61517 (diff) | |
download | aur-afe433b6d3f30e7e7a2250ed2eca982b4b58a76c.tar.gz |
Updated to version 1.15.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,13 +1,13 @@ pkgbase = moar pkgdesc = A pager designed to just do the right thing without any configuration. - pkgver = 1.14.0 - pkgrel = 2 + pkgver = 1.15.0 + pkgrel = 1 url = https://github.com/walles/moar arch = x86_64 license = BSD makedepends = go optdepends = highlight: source code syntax highlighter - source = moar-1.14.0.tar.gz::https://github.com/walles/moar/archive/refs/tags/v1.14.0.tar.gz - sha256sums = 93287d8b7fc287b6cbc1c2e830a3df618ec31e17dc6eaf5ea5fb72d75e3bc7e8 + source = moar-1.15.0.tar.gz::https://github.com/walles/moar/archive/refs/tags/v1.15.0.tar.gz + sha256sums = db6d541844163938847286459186ee317dc94459f5cf08c6a81d8e8334fa54b3 pkgname = moar @@ -2,8 +2,8 @@ # Contributor: Jameson Pugh <imntreal@gmail.com> pkgname=moar -pkgver=1.14.0 -pkgrel=2 +pkgver=1.15.0 +pkgrel=1 pkgdesc="A pager designed to just do the right thing without any configuration." arch=(x86_64) url='https://github.com/walles/moar' @@ -11,7 +11,7 @@ license=(BSD) makedepends=(go) optdepends=("highlight: source code syntax highlighter") source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/walles/moar/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('93287d8b7fc287b6cbc1c2e830a3df618ec31e17dc6eaf5ea5fb72d75e3bc7e8') +sha256sums=('db6d541844163938847286459186ee317dc94459f5cf08c6a81d8e8334fa54b3') build() { |