upgpkg: mago 1.0.0_beta.25-1

upstream release
This commit is contained in:
Matt Harrison 2025-09-30 10:17:53 -04:00
parent bde7ac9f25
commit d4440e04a7
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mago
pkgdesc = A CLI text viewer tool that works interactively like less command on small pane within the terminal window.
pkgver = 1.0.0_beta.24
pkgver = 1.0.0_beta.25
pkgrel = 1
url = https://github.com/carthage-software/mago
arch = x86_64
@ -10,7 +10,7 @@ pkgbase = mago
makedepends = openssl
depends = gcc-libs
depends = glibc
source = git+https://github.com/carthage-software/mago.git#tag=1.0.0-beta.24
b2sums = ad5fa96d1bde374d7f48cb5462fbd71189a81cd49400b7d19a6d2efecd9d289256079453864467aa6b1686e6bf520045dec3b39f8e608c67097539e91911652b
source = git+https://github.com/carthage-software/mago.git#tag=1.0.0-beta.25
b2sums = e459f32b51b6d315e893894cee014e04c2d6d811a1b7583a89a868d474bd661017ae20d09ab221510f16d2a951c2b92ceb46c177b75d08c2949a7104db3e917e
pkgname = mago

View file

@ -2,8 +2,8 @@
# Maintained at: https://github.com/matt-h/aur-pkgbuilds or https://codeberg.org/matt/aur-pkgbuilds
pkgname=mago
pkgver=1.0.0_beta.24
_pkgver=1.0.0-beta.24
pkgver=1.0.0_beta.25
_pkgver=1.0.0-beta.25
pkgrel=1
pkgdesc="A CLI text viewer tool that works interactively like less command on small pane within the terminal window."
url="https://github.com/carthage-software/mago"
@ -12,7 +12,7 @@ license=('MIT')
depends=('gcc-libs' 'glibc')
makedepends=('git' 'cargo-nightly' 'openssl')
source=("git+https://github.com/carthage-software/mago.git#tag=${_pkgver}")
b2sums=('ad5fa96d1bde374d7f48cb5462fbd71189a81cd49400b7d19a6d2efecd9d289256079453864467aa6b1686e6bf520045dec3b39f8e608c67097539e91911652b')
b2sums=('e459f32b51b6d315e893894cee014e04c2d6d811a1b7583a89a868d474bd661017ae20d09ab221510f16d2a951c2b92ceb46c177b75d08c2949a7104db3e917e')
prepare() {
cd "${srcdir}/${pkgname}"