Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
premake


Commits:
5108a248 by Sven-Hendrik Haase at 2024-11-29T21:47:45+01:00
upgpkg: 5.0beta3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
 pkgbase = premake
        pkgdesc = A simple build configuration and project generation tool
-       pkgver = 5.0beta2
+       pkgver = 5.0beta3
        pkgrel = 1
        url = https://premake.github.io/
        arch = x86_64
        license = BSD
        depends = glibc
-       source = 
https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-src.zip
-       sha512sums = 
6913293aa29c2bfd2ac07ed40210da2f6b0ed853f3a24dcf66715748647a12502defb96ba3591a5e0515a808c5ea7013c41e29c3d18bb715d336c72a9bd151e3
+       source = 
https://github.com/premake/premake-core/releases/download/v5.0.0-beta3/premake-5.0.0-beta3-src.zip
+       sha512sums = 
a349dabe3db5b503c283e836da89a5239007696f87756fe34e011bee655c86cd8ccc1c0c00f72a46d0d10302c2f5d67e37d566313e68a16406924a8ba70c5d8f
 
 pkgname = premake


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Marcos J. S. Magalhaes <mjsmagalhaes ^dot^ insc _at_ gmail 
~dot~ com>
 
 pkgname=premake
-pkgver=5.0beta2
-_pkgver=5.0.0-beta2
+pkgver=5.0beta3
+_pkgver=5.0.0-beta3
 pkgrel=1
 pkgdesc="A simple build configuration and project generation tool"
 arch=('x86_64')
@@ -12,7 +12,7 @@ url="https://premake.github.io/";
 license=('BSD')
 depends=('glibc')
 
source=("https://github.com/premake/premake-core/releases/download/v${_pkgver}/premake-${_pkgver}-src.zip";)
-sha512sums=('6913293aa29c2bfd2ac07ed40210da2f6b0ed853f3a24dcf66715748647a12502defb96ba3591a5e0515a808c5ea7013c41e29c3d18bb715d336c72a9bd151e3')
+sha512sums=('a349dabe3db5b503c283e836da89a5239007696f87756fe34e011bee655c86cd8ccc1c0c00f72a46d0d10302c2f5d67e37d566313e68a16406924a8ba70c5d8f')
 
 build() {
   cd "premake-$_pkgver-src/build/gmake2.unix"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/premake/-/commit/5108a24831f12bd2a699ea0520cbccbdc6e848d5

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


Reply via email to