Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mise: update to 2024.6.0
@ 2024-06-02 12:41 Zyrtula
  2024-06-02 13:34 ` [PR PATCH] [Updated] " Zyrtula
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Zyrtula @ 2024-06-02 12:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zyrtula/void-packages mise
https://github.com/void-linux/void-packages/pull/50652

mise: update to 2024.6.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From fa9938bcd4035b7c70add8c9197418e7342e9fab Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Sun, 2 Jun 2024 14:38:35 +0200
Subject: [PATCH] mise: update to 2024.6.0.

---
 srcpkgs/mise/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 9c2fcd675fc3b6..93bdd63afb3a9e 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,10 +1,10 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.4.0
+version=2024.6.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
-hostmakedepends="pkg-config libgit2-devel"
+hostmakedepends="pkg-config"
 makedepends="openssl-devel libgit2-devel"
 short_desc="Polyglot runtime manager (asdf rust clone)"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
+checksum=9b73fe310be78fdd056aebd25b33c9e8eb85c332304d8f4f9ed46f6cc6331706
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] mise: update to 2024.6.0
  2024-06-02 12:41 [PR PATCH] mise: update to 2024.6.0 Zyrtula
@ 2024-06-02 13:34 ` Zyrtula
  2024-06-05 21:33 ` Zyrtula
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Zyrtula @ 2024-06-02 13:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Zyrtula against master on the void-packages repository

https://github.com/Zyrtula/void-packages mise
https://github.com/void-linux/void-packages/pull/50652

mise: update to 2024.6.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From cc7030dc4c3682939c929dae967c1d86c47f58e3 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Sun, 2 Jun 2024 14:38:35 +0200
Subject: [PATCH] mise: update to 2024.6.0.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 9c2fcd675fc3b6..7773ef948fc2ec 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.4.0
+version=2024.6.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
+checksum=9b73fe310be78fdd056aebd25b33c9e8eb85c332304d8f4f9ed46f6cc6331706
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] mise: update to 2024.6.0
  2024-06-02 12:41 [PR PATCH] mise: update to 2024.6.0 Zyrtula
  2024-06-02 13:34 ` [PR PATCH] [Updated] " Zyrtula
@ 2024-06-05 21:33 ` Zyrtula
  2024-06-07 19:56 ` [PR PATCH] [Updated] mise: update to 2024.6.1 Zyrtula
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Zyrtula @ 2024-06-05 21:33 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Zyrtula against master on the void-packages repository

https://github.com/Zyrtula/void-packages mise
https://github.com/void-linux/void-packages/pull/50652

mise: update to 2024.6.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From b9cc30f20978a4bf51e7bc3e5ed4b9de529a4e23 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Sun, 2 Jun 2024 14:38:35 +0200
Subject: [PATCH 1/2] mise: update to 2024.6.0.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 9c2fcd675fc3b6..7773ef948fc2ec 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.4.0
+version=2024.6.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
+checksum=9b73fe310be78fdd056aebd25b33c9e8eb85c332304d8f4f9ed46f6cc6331706
 
 post_install() {
 	vlicense LICENSE

From 6867e9f5db8429983d30a954b825f92ff8cf9905 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Wed, 5 Jun 2024 23:32:32 +0200
Subject: [PATCH 2/2] mise: update to 2024.6.1.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 7773ef948fc2ec..6708c49f7bcdbd 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.6.0
+version=2024.6.1
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=9b73fe310be78fdd056aebd25b33c9e8eb85c332304d8f4f9ed46f6cc6331706
+checksum=0d4aabfb878865cec0410d8c10dc241b5943f5c4e87b0ab2446434726c3d0900
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] mise: update to 2024.6.1
  2024-06-02 12:41 [PR PATCH] mise: update to 2024.6.0 Zyrtula
  2024-06-02 13:34 ` [PR PATCH] [Updated] " Zyrtula
  2024-06-05 21:33 ` Zyrtula
@ 2024-06-07 19:56 ` Zyrtula
  2024-06-10 17:14 ` [PR PATCH] [Updated] mise: update to 2024.6.2 Zyrtula
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Zyrtula @ 2024-06-07 19:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Zyrtula against master on the void-packages repository

https://github.com/Zyrtula/void-packages mise
https://github.com/void-linux/void-packages/pull/50652

mise: update to 2024.6.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From d078da98f84e20816cf1f85ba9ad7f951265a3e8 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Sun, 2 Jun 2024 14:38:35 +0200
Subject: [PATCH 1/3] mise: update to 2024.6.0.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 9c2fcd675fc3b6..7773ef948fc2ec 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.4.0
+version=2024.6.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
+checksum=9b73fe310be78fdd056aebd25b33c9e8eb85c332304d8f4f9ed46f6cc6331706
 
 post_install() {
 	vlicense LICENSE

From bb324fd1fbed3a1da2a1488a6842403a154c15d8 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Wed, 5 Jun 2024 23:32:32 +0200
Subject: [PATCH 2/3] mise: update to 2024.6.1.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 7773ef948fc2ec..6708c49f7bcdbd 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.6.0
+version=2024.6.1
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=9b73fe310be78fdd056aebd25b33c9e8eb85c332304d8f4f9ed46f6cc6331706
+checksum=0d4aabfb878865cec0410d8c10dc241b5943f5c4e87b0ab2446434726c3d0900
 
 post_install() {
 	vlicense LICENSE

From 95a4dcdc6b017b3cad182e16e97c52dd45d17fb7 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Fri, 7 Jun 2024 21:55:47 +0200
Subject: [PATCH 3/3] mise: update to 2024.6.2.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 6708c49f7bcdbd..673d05bbd95583 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.6.1
+version=2024.6.2
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=0d4aabfb878865cec0410d8c10dc241b5943f5c4e87b0ab2446434726c3d0900
+checksum=52a12dfe9417ba34247e16a4802187dd324c1048bb0afdfd987aa442a5ed9d7d
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] mise: update to 2024.6.2.
  2024-06-02 12:41 [PR PATCH] mise: update to 2024.6.0 Zyrtula
                   ` (2 preceding siblings ...)
  2024-06-07 19:56 ` [PR PATCH] [Updated] mise: update to 2024.6.1 Zyrtula
@ 2024-06-10 17:14 ` Zyrtula
  2024-06-13 22:24 ` mise: update to 2024.6.3 abenson
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Zyrtula @ 2024-06-10 17:14 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Zyrtula against master on the void-packages repository

https://github.com/Zyrtula/void-packages mise
https://github.com/void-linux/void-packages/pull/50652

mise: update to 2024.6.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From f8b05c752e384cf6014eedf109ca206feb75e9a1 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Sun, 2 Jun 2024 14:38:35 +0200
Subject: [PATCH 1/4] mise: update to 2024.6.0.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 9c2fcd675fc3b6..7773ef948fc2ec 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.4.0
+version=2024.6.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
+checksum=9b73fe310be78fdd056aebd25b33c9e8eb85c332304d8f4f9ed46f6cc6331706
 
 post_install() {
 	vlicense LICENSE

From 084fe26f794c4d5559f0b77b4bf2b17d3a0bf22a Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Wed, 5 Jun 2024 23:32:32 +0200
Subject: [PATCH 2/4] mise: update to 2024.6.1.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 7773ef948fc2ec..6708c49f7bcdbd 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.6.0
+version=2024.6.1
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=9b73fe310be78fdd056aebd25b33c9e8eb85c332304d8f4f9ed46f6cc6331706
+checksum=0d4aabfb878865cec0410d8c10dc241b5943f5c4e87b0ab2446434726c3d0900
 
 post_install() {
 	vlicense LICENSE

From 5abd16fcd8ce17473ca9b4981dc5a90ed7f0e984 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Fri, 7 Jun 2024 21:55:47 +0200
Subject: [PATCH 3/4] mise: update to 2024.6.2.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 6708c49f7bcdbd..673d05bbd95583 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.6.1
+version=2024.6.2
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=0d4aabfb878865cec0410d8c10dc241b5943f5c4e87b0ab2446434726c3d0900
+checksum=52a12dfe9417ba34247e16a4802187dd324c1048bb0afdfd987aa442a5ed9d7d
 
 post_install() {
 	vlicense LICENSE

From b5282f5c364c3ac4ddc20b3896484157b53b740c Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Mon, 10 Jun 2024 19:14:07 +0200
Subject: [PATCH 4/4] mise: update to 2024.6.3.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 673d05bbd95583..330e401e10c7e9 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.6.2
+version=2024.6.3
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=52a12dfe9417ba34247e16a4802187dd324c1048bb0afdfd987aa442a5ed9d7d
+checksum=b65763e2cbcef12199944d45f65ce8ea974955fd5a5395ca3ca6a2990db389f3
 
 post_install() {
 	vlicense LICENSE

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

* Re: mise: update to 2024.6.3.
  2024-06-02 12:41 [PR PATCH] mise: update to 2024.6.0 Zyrtula
                   ` (3 preceding siblings ...)
  2024-06-10 17:14 ` [PR PATCH] [Updated] mise: update to 2024.6.2 Zyrtula
@ 2024-06-13 22:24 ` abenson
  2024-06-14 17:29 ` [PR PATCH] [Updated] " Zyrtula
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2024-06-13 22:24 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/50652#issuecomment-2166892571

Comment:
Please squash these into a single commit.

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

* Re: [PR PATCH] [Updated] mise: update to 2024.6.3.
  2024-06-02 12:41 [PR PATCH] mise: update to 2024.6.0 Zyrtula
                   ` (4 preceding siblings ...)
  2024-06-13 22:24 ` mise: update to 2024.6.3 abenson
@ 2024-06-14 17:29 ` Zyrtula
  2024-06-15 22:44 ` Zyrtula
  2024-06-16 22:27 ` [PR PATCH] [Closed]: mise: update to 2024.6.4 classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: Zyrtula @ 2024-06-14 17:29 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Zyrtula against master on the void-packages repository

https://github.com/Zyrtula/void-packages mise
https://github.com/void-linux/void-packages/pull/50652

mise: update to 2024.6.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From bcbefa485af516fbf398a29e0c609feeb52ff6ff Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Fri, 14 Jun 2024 19:28:41 +0200
Subject: [PATCH] mise: update to 2024.6.3.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 9c2fcd675fc3b6..330e401e10c7e9 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.4.0
+version=2024.6.3
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
+checksum=b65763e2cbcef12199944d45f65ce8ea974955fd5a5395ca3ca6a2990db389f3
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] mise: update to 2024.6.3.
  2024-06-02 12:41 [PR PATCH] mise: update to 2024.6.0 Zyrtula
                   ` (5 preceding siblings ...)
  2024-06-14 17:29 ` [PR PATCH] [Updated] " Zyrtula
@ 2024-06-15 22:44 ` Zyrtula
  2024-06-16 22:27 ` [PR PATCH] [Closed]: mise: update to 2024.6.4 classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: Zyrtula @ 2024-06-15 22:44 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Zyrtula against master on the void-packages repository

https://github.com/Zyrtula/void-packages mise
https://github.com/void-linux/void-packages/pull/50652

mise: update to 2024.6.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From 90559fc21f2d1d21e803de160c7c7756b8301fd3 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Sun, 16 Jun 2024 00:44:11 +0200
Subject: [PATCH] mise: update to 2024.6.4.

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

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 9c2fcd675fc3b6..0ff6fd2c60f433 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,6 +1,6 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.4.0
+version=2024.6.4
 revision=1
 build_style=cargo
 make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
+checksum=da148471e1e86a907d255c06c487f78ccedd84fa737f8288e4a7205dd2e114aa
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Closed]: mise: update to 2024.6.4.
  2024-06-02 12:41 [PR PATCH] mise: update to 2024.6.0 Zyrtula
                   ` (6 preceding siblings ...)
  2024-06-15 22:44 ` Zyrtula
@ 2024-06-16 22:27 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-06-16 22:27 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

mise: update to 2024.6.4.
https://github.com/void-linux/void-packages/pull/50652

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

end of thread, other threads:[~2024-06-16 22:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-02 12:41 [PR PATCH] mise: update to 2024.6.0 Zyrtula
2024-06-02 13:34 ` [PR PATCH] [Updated] " Zyrtula
2024-06-05 21:33 ` Zyrtula
2024-06-07 19:56 ` [PR PATCH] [Updated] mise: update to 2024.6.1 Zyrtula
2024-06-10 17:14 ` [PR PATCH] [Updated] mise: update to 2024.6.2 Zyrtula
2024-06-13 22:24 ` mise: update to 2024.6.3 abenson
2024-06-14 17:29 ` [PR PATCH] [Updated] " Zyrtula
2024-06-15 22:44 ` Zyrtula
2024-06-16 22:27 ` [PR PATCH] [Closed]: mise: update to 2024.6.4 classabbyamp

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).