upgpkg: mago 1.4.1-1

upstream release
This commit is contained in:
Matt Harrison 2026-02-04 10:48:34 -05:00
parent f5f3262946
commit be59282b1f
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mago
pkgdesc = An extremely fast PHP linter, formatter, and static analyzer, written in Rust.
pkgver = 1.3.0
pkgver = 1.4.1
pkgrel = 1
url = https://mago.carthage.software/
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.3.0
b2sums = 893ead781a7304a64f47e74fa43dac52994100f6fb9c7457d669ce65cd762f5875b4a743d685a75e7085ccca7eacfd5ac3e46bb30b51461787537597dc789d21
source = git+https://github.com/carthage-software/mago.git#tag=1.4.1
b2sums = c04d62ea46c1a8bdadaffc9748e803fa60c0b91f954f85845e7978151b6c04a472138025bb95c5c722329f2dabfc93ca68c77c02c353155ca37ca8e47ebfedf6
pkgname = mago

View file

@ -2,7 +2,7 @@
# Maintained at: https://github.com/matt-h/aur-pkgbuilds or https://codeberg.org/matt/aur-pkgbuilds
pkgname=mago
pkgver=1.3.0
pkgver=1.4.1
pkgrel=1
pkgdesc="An extremely fast PHP linter, formatter, and static analyzer, written in Rust."
url="https://mago.carthage.software/"
@ -11,7 +11,7 @@ license=('MIT')
depends=('gcc-libs' 'glibc')
makedepends=('git' 'cargo' 'openssl')
source=("git+https://github.com/carthage-software/mago.git#tag=${pkgver}")
b2sums=('893ead781a7304a64f47e74fa43dac52994100f6fb9c7457d669ce65cd762f5875b4a743d685a75e7085ccca7eacfd5ac3e46bb30b51461787537597dc789d21')
b2sums=('c04d62ea46c1a8bdadaffc9748e803fa60c0b91f954f85845e7978151b6c04a472138025bb95c5c722329f2dabfc93ca68c77c02c353155ca37ca8e47ebfedf6')
prepare() {
cd "${srcdir}/${pkgname}"