Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mandrel: update to 23.0.0.0.
@ 2023-07-15 17:26 icp1994
  2023-07-15 19:34 ` [PR PATCH] [Updated] " icp1994
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: icp1994 @ 2023-07-15 17:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 532 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages mandrel
https://github.com/void-linux/void-packages/pull/45056

mandrel: update to 23.0.0.0.
#### Testing the changes
- I tested the changes in this PR: **briefly** (built `jet`, included in PR)

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

cc @leahneukirchen 

A patch file from https://github.com/void-linux/void-packages/pull/45056.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mandrel-45056.patch --]
[-- Type: text/x-diff, Size: 2690 bytes --]

From 969ff3eeca9fba7486ac122fdf856e9d114c890c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 15 Jul 2023 22:35:02 +0530
Subject: [PATCH 1/2] jet: update to 0.6.26.

---
 srcpkgs/jet/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jet/template b/srcpkgs/jet/template
index 0a58b1559fbb..5c1f5f9b3046 100644
--- a/srcpkgs/jet/template
+++ b/srcpkgs/jet/template
@@ -1,6 +1,6 @@
 # Template file for 'jet'
 pkgname=jet
-version=0.5.25
+version=0.6.26
 revision=1
 hostmakedepends="mandrel leiningen"
 makedepends="zlib-devel"
@@ -10,7 +10,7 @@ license="EPL-1.0"
 homepage="https://github.com/borkdude/jet"
 changelog="https://raw.githubusercontent.com/borkdude/jet/master/CHANGELOG.md"
 distfiles="https://github.com/borkdude/jet/archive/refs/tags/v${version}.tar.gz"
-checksum=9054dfd4406c4fb034c68eddda0996ca238345bd97695e579a7c0fdeeb639ab0
+checksum=671f6f1b14f9d2f2a3d698027edbf06036e367b2d0347ad6edf2fc81b39e0b6b
 nocross="mandrel"
 
 do_build() {

From 680514a6114c14bf203920a95a20deabcd35dfa8 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 15 Jul 2023 22:45:28 +0530
Subject: [PATCH 2/2] mandrel: update to 23.0.0.0.

---
 srcpkgs/mandrel/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mandrel/template b/srcpkgs/mandrel/template
index d75ca825cef1..2f06d2eb4711 100644
--- a/srcpkgs/mandrel/template
+++ b/srcpkgs/mandrel/template
@@ -1,9 +1,9 @@
 # Template file for 'mandrel'
 pkgname=mandrel
-version=22.3.2.1
+version=23.0.0.0
 revision=1
 _java_ver=17
-_mx_ver=6.20.3
+_mx_ver=6.26.5
 archs="aarch64* x86_64*"  # upstream supported archs
 hostmakedepends="openjdk${_java_ver} openjdk${_java_ver}-jmods
  openjdk${_java_ver}-src openjdk${_java_ver}-static-libs python3"
@@ -15,9 +15,9 @@ homepage="https://github.com/graalvm/mandrel"
 distfiles="https://github.com/graalvm/mandrel-packaging/archive/refs/tags/mandrel-${version}-Final.tar.gz>packaging-${version}.tar.gz
  https://github.com/graalvm/mandrel/archive/refs/tags/mandrel-${version}-Final.tar.gz
  https://github.com/graalvm/mx/archive/refs/tags/${_mx_ver}.tar.gz"
-checksum="b109a1204ace963ec94523d1c2b5bffd2fa68aef8a79e2d650629324e911a890
- 4aab85f02bed302b763c036c1a3f392d974b0b4d4ddf22e297c3246744e16455
- b2d86d0169a790afdb7ec83e47ffd46ef8bdad5c37f6a635423624a4ee0c9c54"
+checksum="3eb9bf128f4a64a8efd19e100dd84e55cb3ae5eb4c3fcad8a074ddc1d5ed3ffb
+ ee88ef38950bd7a89aef18f6d4f9e6f56a4948ec0e9608a434a96311721af85b
+ 9e8f619b5001304d36ee1c3fd964e081977dc9f883c8028873390f9231374693"
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 nocross=yes
 

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-08-03 20:25 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-15 17:26 [PR PATCH] mandrel: update to 23.0.0.0 icp1994
2023-07-15 19:34 ` [PR PATCH] [Updated] " icp1994
2023-07-15 20:33 ` icp1994
2023-07-15 20:37 ` leahneukirchen
2023-07-16 10:40 ` [PR PATCH] [Updated] " icp1994
2023-07-16 11:03 ` icp1994
2023-07-29  8:47 ` leahneukirchen
2023-08-02 21:00 ` [PR PATCH] [Updated] " icp1994
2023-08-02 21:04 ` icp1994
2023-08-03 12:15 ` leahneukirchen
2023-08-03 14:50 ` icp1994
2023-08-03 16:08 ` leahneukirchen
2023-08-03 16:15 ` leahneukirchen
2023-08-03 16:20 ` leahneukirchen
2023-08-03 16:28 ` leahneukirchen
2023-08-03 16:30 ` leahneukirchen
2023-08-03 16:42 ` icp1994
2023-08-03 18:19 ` leahneukirchen
2023-08-03 19:43 ` [PR PATCH] [Updated] " icp1994
2023-08-03 20:25 ` [PR PATCH] [Merged]: mandrel: update to 23.0.1.2; update revdeps leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).