Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Change mirror as the main one is broken for now
@ 2022-12-28 11:36 ghagl
  2022-12-28 13:32 ` [PR PATCH] [Updated] gmplib: " ghagl
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ghagl @ 2022-12-28 11:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ghagl/void-packages patch-1
https://github.com/void-linux/void-packages/pull/41328

Change mirror as the main one is broken for now
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

From c8b98d4ff98f8ea283371c0a56be8ae53813a98a Mon Sep 17 00:00:00 2001
From: Gustaf Haglund <31934052+ghagl@users.noreply.github.com>
Date: Wed, 28 Dec 2022 11:32:11 +0000
Subject: [PATCH] Change mirror as the main one is broken for now

---
 srcpkgs/gmp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gmp/template b/srcpkgs/gmp/template
index 62f2b7cb0960..b997cea896dd 100644
--- a/srcpkgs/gmp/template
+++ b/srcpkgs/gmp/template
@@ -11,7 +11,7 @@ short_desc="Library for arbitrary precision arithmetic"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="http://gmplib.org/"
-distfiles="https://gmplib.org/download/gmp/gmp-${version}.tar.xz"
+distfiles="https://ftp.gnu.org/gnu/gmp/gmp-${version}.tar.xz"
 checksum=fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2
 
 subpackages="gmpxx gmpxx-devel gmp-devel"

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

* Re: [PR PATCH] [Updated] gmplib: Change mirror as the main one is broken for now
  2022-12-28 11:36 [PR PATCH] Change mirror as the main one is broken for now ghagl
@ 2022-12-28 13:32 ` ghagl
  2022-12-28 14:24 ` sgn
  2022-12-28 14:24 ` [PR PATCH] [Closed]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: ghagl @ 2022-12-28 13:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ghagl/void-packages patch-1
https://github.com/void-linux/void-packages/pull/41328

gmplib: Change mirror as the main one is broken for now
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

From c8b98d4ff98f8ea283371c0a56be8ae53813a98a Mon Sep 17 00:00:00 2001
From: Gustaf Haglund <31934052+ghagl@users.noreply.github.com>
Date: Wed, 28 Dec 2022 11:32:11 +0000
Subject: [PATCH 1/2] Change mirror as the main one is broken for now

---
 srcpkgs/gmp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gmp/template b/srcpkgs/gmp/template
index 62f2b7cb0960..b997cea896dd 100644
--- a/srcpkgs/gmp/template
+++ b/srcpkgs/gmp/template
@@ -11,7 +11,7 @@ short_desc="Library for arbitrary precision arithmetic"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="http://gmplib.org/"
-distfiles="https://gmplib.org/download/gmp/gmp-${version}.tar.xz"
+distfiles="https://ftp.gnu.org/gnu/gmp/gmp-${version}.tar.xz"
 checksum=fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2
 
 subpackages="gmpxx gmpxx-devel gmp-devel"

From 48280abb57061d724cc9fb67f4ff276584fb3ce0 Mon Sep 17 00:00:00 2001
From: Gustaf Haglund <31934052+ghagl@users.noreply.github.com>
Date: Wed, 28 Dec 2022 13:32:50 +0000
Subject: [PATCH 2/2] ${GNU_SITE}

---
 srcpkgs/gmp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gmp/template b/srcpkgs/gmp/template
index b997cea896dd..24263a6f73e5 100644
--- a/srcpkgs/gmp/template
+++ b/srcpkgs/gmp/template
@@ -11,7 +11,7 @@ short_desc="Library for arbitrary precision arithmetic"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="http://gmplib.org/"
-distfiles="https://ftp.gnu.org/gnu/gmp/gmp-${version}.tar.xz"
+distfiles="${GNU_SITE}/gmp/gmp-${version}.tar.xz"
 checksum=fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2
 
 subpackages="gmpxx gmpxx-devel gmp-devel"

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

* Re: [PR PATCH] [Closed]: gmplib: Change mirror as the main one is broken for now
  2022-12-28 11:36 [PR PATCH] Change mirror as the main one is broken for now ghagl
  2022-12-28 13:32 ` [PR PATCH] [Updated] gmplib: " ghagl
  2022-12-28 14:24 ` sgn
@ 2022-12-28 14:24 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-12-28 14:24 UTC (permalink / raw)
  To: ml

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

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

gmplib: Change mirror as the main one is broken for now
https://github.com/void-linux/void-packages/pull/41328

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

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

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

* Re: [PR PATCH] [Updated] gmplib: Change mirror as the main one is broken for now
  2022-12-28 11:36 [PR PATCH] Change mirror as the main one is broken for now ghagl
  2022-12-28 13:32 ` [PR PATCH] [Updated] gmplib: " ghagl
@ 2022-12-28 14:24 ` sgn
  2022-12-28 14:24 ` [PR PATCH] [Closed]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-12-28 14:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ghagl/void-packages patch-1
https://github.com/void-linux/void-packages/pull/41328

gmplib: Change mirror as the main one is broken for now
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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



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

end of thread, other threads:[~2022-12-28 14:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-28 11:36 [PR PATCH] Change mirror as the main one is broken for now ghagl
2022-12-28 13:32 ` [PR PATCH] [Updated] gmplib: " ghagl
2022-12-28 14:24 ` sgn
2022-12-28 14:24 ` [PR PATCH] [Closed]: " sgn

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