diff --git a/.SRCINFO b/.SRCINFO index f6cc4b7bbc2e..ce86f8d4a8da 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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_rc.11 + pkgver = 1.0.0_rc.12 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-rc.11 - b2sums = bf20d0b1c09ce8d3b670241f2b7589912d084b418040d48d2a26c82f474746259b2c133c1b4cac5f960c598aab9a562c3ca44075ded2f3e8aed695455e5898a5 + source = git+https://github.com/carthage-software/mago.git#tag=1.0.0-rc.12 + b2sums = 416d4520adeced8bf8555a469d78bc30d26d43d70881440c8ff38a50a48d6ba794e7b6f31c55c0405570e306775ed5252ab8f4c5090d1754127e51e71bdd2e95 pkgname = mago diff --git a/PKGBUILD b/PKGBUILD index 49d805b04213..16c27bb8d596 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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_rc.11 -_pkgver=1.0.0-rc.11 +pkgver=1.0.0_rc.12 +_pkgver=1.0.0-rc.12 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' 'openssl') source=("git+https://github.com/carthage-software/mago.git#tag=${_pkgver}") -b2sums=('bf20d0b1c09ce8d3b670241f2b7589912d084b418040d48d2a26c82f474746259b2c133c1b4cac5f960c598aab9a562c3ca44075ded2f3e8aed695455e5898a5') +b2sums=('416d4520adeced8bf8555a469d78bc30d26d43d70881440c8ff38a50a48d6ba794e7b6f31c55c0405570e306775ed5252ab8f4c5090d1754127e51e71bdd2e95') prepare() { cd "${srcdir}/${pkgname}"