Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
xmake


Commits:
7c2ae5bc by Caleb Maclennan at 2024-05-24T10:33:37+03:00
upgpkg: 2.9.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xmake
        pkgdesc = A cross-platform build utility based on Lua
-       pkgver = 2.9.1
-       pkgrel = 3
+       pkgver = 2.9.2
+       pkgrel = 1
        url = https://github.com/xmake-io/xmake
        arch = x86_64
        arch = i686
@@ -9,7 +9,7 @@ pkgbase = xmake
        license = Apache
        makedepends = ncurses
        makedepends = readline
-       source = 
https://github.com/xmake-io/xmake/releases/download/v2.9.1/xmake-v2.9.1.tar.gz
-       sha256sums = 
a31dbef8c303aea1268068b4b1ac1aec142ac4124c7cb7d9c7eeb57c414f8d15
+       source = 
https://github.com/xmake-io/xmake/releases/download/v2.9.2/xmake-v2.9.2.tar.gz
+       sha256sums = 
1f617b6a4568c7eb3e8ab0f3a67c16989245adc547e3a7d1fd861acb308fb5b2
 
 pkgname = xmake


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: lumpyzhu <lumpy....@gmail.com>
 
 pkgname=xmake
-pkgver=2.9.1
-pkgrel=3
+pkgver=2.9.2
+pkgrel=1
 pkgdesc='A cross-platform build utility based on Lua'
 arch=(x86_64 i686 aarch64)
 url="https://github.com/xmake-io/$pkgname";
@@ -13,7 +13,7 @@ makedepends=(ncurses
              readline)
 _archive="$pkgname-$pkgver"
 source=("$url/releases/download/v$pkgver/${_archive/-/-v}.tar.gz")
-sha256sums=('a31dbef8c303aea1268068b4b1ac1aec142ac4124c7cb7d9c7eeb57c414f8d15')
+sha256sums=('1f617b6a4568c7eb3e8ab0f3a67c16989245adc547e3a7d1fd861acb308fb5b2')
 
 # 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/7c2ae5bc18e306e596da2317b9b4533d97aebebd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/7c2ae5bc18e306e596da2317b9b4533d97aebebd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to