Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
xmake
Commits:
f6e74388 by Caleb Maclennan at 2025-09-22T22:38:14+03:00
upgpkg: 3.0.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xmake
pkgdesc = A cross-platform build utility based on Lua
- pkgver = 3.0.2
+ pkgver = 3.0.3
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/v3.0.2/xmake-v3.0.2.tar.gz
- sha256sums =
a89665b6685ea4b0dffc6d9f92eb15e9ee602fdfac0d27cee5632605124593e3
+ source =
https://github.com/xmake-io/xmake/releases/download/v3.0.3/xmake-v3.0.3.tar.gz
+ sha256sums =
49d70671f40f28a1d8125df1a2b318cbd44608a26fa3c60587be3a5ad835b0fb
pkgname = xmake
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=3.0.2
+pkgver=3.0.3
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=('a89665b6685ea4b0dffc6d9f92eb15e9ee602fdfac0d27cee5632605124593e3')
+sha256sums=('49d70671f40f28a1d8125df1a2b318cbd44608a26fa3c60587be3a5ad835b0fb')
# 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/f6e743885fc65346a6b16fdffc5795fd74fa7e11
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/f6e743885fc65346a6b16fdffc5795fd74fa7e11
You're receiving this email because of your account on gitlab.archlinux.org.