upgpkg: mago 1.2.2-1

upstream release
This commit is contained in:
Matt Harrison 2026-01-26 11:55:09 -05:00
parent e59b9d941e
commit 677e4be2b8
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.1.0
pkgver = 1.2.2
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.1.0
b2sums = cd8cb2ef0a613517a8b19b3ed0f76bab8f32fea31081dc7a1dd913cff7caa0eb02eed3ddb04a141e01624d19d4287fc51d69f52f79d9fb6912479e94d78e9f7d
source = git+https://github.com/carthage-software/mago.git#tag=1.2.2
b2sums = e98791a41f46e9880f17a6ab3d8b6890b254425b4d29b4db668e6c5f1d31c591f18699be385b1994786f459d4298d69e4ff55520020b6b209f7630bfecdef298
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.1.0
pkgver=1.2.2
pkgrel=1
pkgdesc="An extremely fast PHP linter, formatter, and static analyzer, written in Rust."
url="https://github.com/carthage-software/mago"
@ -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=('cd8cb2ef0a613517a8b19b3ed0f76bab8f32fea31081dc7a1dd913cff7caa0eb02eed3ddb04a141e01624d19d4287fc51d69f52f79d9fb6912479e94d78e9f7d')
b2sums=('e98791a41f46e9880f17a6ab3d8b6890b254425b4d29b4db668e6c5f1d31c591f18699be385b1994786f459d4298d69e4ff55520020b6b209f7630bfecdef298')
prepare() {
cd "${srcdir}/${pkgname}"