Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
xmake
Commits:
3f3946e9 by Caleb Maclennan at 2024-07-29T17:53:28+03:00
upgpkg: 2.9.4-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.3
+ pkgver = 2.9.4
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.3/xmake-v2.9.3.tar.gz
- sha256sums =
82a9bb6961a39bea8f280c1413d54854423f8f92e2ff43ee1c0fead7a3b5edd8
+ source =
https://github.com/xmake-io/xmake/releases/download/v2.9.4/xmake-v2.9.4.tar.gz
+ sha256sums =
75e2dde2bd2a48a332989b801ae65077c452d491fec517a9db27a81c8713cdc5
pkgname = xmake
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.9.3
+pkgver=2.9.4
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=('82a9bb6961a39bea8f280c1413d54854423f8f92e2ff43ee1c0fead7a3b5edd8')
+sha256sums=('75e2dde2bd2a48a332989b801ae65077c452d491fec517a9db27a81c8713cdc5')
# 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/3f3946e9c1566e0070132534ff5751d9365e2c7b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/3f3946e9c1566e0070132534ff5751d9365e2c7b
You're receiving this email because of your account on gitlab.archlinux.org.