Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
xmake
Commits:
8bae6882 by Caleb Maclennan at 2024-09-14T12:11:51+03:00
upgpkg: 2.9.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xmake
pkgdesc = A cross-platform build utility based on Lua
- pkgver = 2.9.4
+ pkgver = 2.9.5
pkgrel = 1
url = https://github.com/xmake-io/xmake
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = xmake
license = Apache
makedepends = ncurses
makedepends = readline
- source =
https://github.com/xmake-io/xmake/releases/download/v2.9.4/xmake-v2.9.4.tar.gz
- sha256sums =
75e2dde2bd2a48a332989b801ae65077c452d491fec517a9db27a81c8713cdc5
+ source =
https://github.com/xmake-io/xmake/releases/download/v2.9.5/xmake-v2.9.5.tar.gz
+ sha256sums =
03feb5787e22fab8dd40419ec3d84abd35abcd9f8a1b24c488c7eb571d6724c8
pkgname = xmake
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.9.4
+pkgver=2.9.5
pkgrel=1
pkgdesc='A cross-platform build utility based on Lua'
arch=(x86_64 i686 aarch64)
@@ -13,7 +13,7 @@ makedepends=(ncurses
readline)
_archive="$pkgname-$pkgver"
source=("$url/releases/download/v$pkgver/${_archive/-/-v}.tar.gz")
-sha256sums=('75e2dde2bd2a48a332989b801ae65077c452d491fec517a9db27a81c8713cdc5')
+sha256sums=('03feb5787e22fab8dd40419ec3d84abd35abcd9f8a1b24c488c7eb571d6724c8')
# Upstream botched their tarball and double wrapped it. Also they keep
# switching up where they use what version tag format. Bah.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/8bae6882ef240be83724939421f30f396d151503
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/8bae6882ef240be83724939421f30f396d151503
You're receiving this email because of your account on gitlab.archlinux.org.