Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
xmake
Commits:
b60ebb01 by Caleb Maclennan at 2024-10-30T12:16:52+03:00
upgpkg: 2.9.6-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.5
+ pkgver = 2.9.6
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.5/xmake-v2.9.5.tar.gz
- sha256sums =
03feb5787e22fab8dd40419ec3d84abd35abcd9f8a1b24c488c7eb571d6724c8
+ source =
https://github.com/xmake-io/xmake/releases/download/v2.9.6/xmake-v2.9.6.tar.gz
+ sha256sums =
47f6efcb00f90c98a02c395f973b4d55bdd3a8fe452676dce57b55c055759686
pkgname = xmake
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.9.5
+pkgver=2.9.6
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=('03feb5787e22fab8dd40419ec3d84abd35abcd9f8a1b24c488c7eb571d6724c8')
+sha256sums=('47f6efcb00f90c98a02c395f973b4d55bdd3a8fe452676dce57b55c055759686')
# 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/b60ebb01252b7b39c0384520dfc7785b56294ddc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/b60ebb01252b7b39c0384520dfc7785b56294ddc
You're receiving this email because of your account on gitlab.archlinux.org.