Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zola: update to 0.19.0
@ 2024-06-20 22:01 tranzystorekk
  2024-06-21 23:27 ` [PR PATCH] [Updated] " tranzystorekk
  2024-06-22  0:12 ` [PR PATCH] [Closed]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorekk @ 2024-06-20 22:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages zola
https://github.com/void-linux/void-packages/pull/50905

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

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

Needs #50822 

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 92e0c2624d6ff4bfd2f415dd5120d3300614ebab Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 20 Jun 2024 23:59:32 +0200
Subject: [PATCH] zola: update to 0.19.0

---
 srcpkgs/zola/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 09975438f36e21..aa2b7ab4d3e79d 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,6 +1,6 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.18.0
+version=0.19.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -12,12 +12,7 @@ license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://raw.githubusercontent.com/getzola/zola/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/refs/tags/v${version}.tar.gz"
-checksum=c0e1711a68bc005c2e0ecc76a468f3459739c9e54af34850cb725d04391e19b5
-
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*|arm*|aarch64*) ;;
-	*) broken="ftbfs in ring" ;;
-esac
+checksum=0c1651e06608eab31d0fb60d5a2d8afc94cff6644f34c6b6bda31eb76e79a7a0
 
 post_install() {
 	for shell in bash fish zsh; do

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

* Re: [PR PATCH] [Updated] zola: update to 0.19.0
  2024-06-20 22:01 [PR PATCH] zola: update to 0.19.0 tranzystorekk
@ 2024-06-21 23:27 ` tranzystorekk
  2024-06-22  0:12 ` [PR PATCH] [Closed]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorekk @ 2024-06-21 23:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages zola
https://github.com/void-linux/void-packages/pull/50905

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

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

Needs #50822 

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d356b075e5151a5e6d3dc70429ee595237653500 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 20 Jun 2024 23:59:32 +0200
Subject: [PATCH] zola: update to 0.19.0

---
 srcpkgs/zola/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 09975438f36e21..aa2b7ab4d3e79d 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,6 +1,6 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.18.0
+version=0.19.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -12,12 +12,7 @@ license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://raw.githubusercontent.com/getzola/zola/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/refs/tags/v${version}.tar.gz"
-checksum=c0e1711a68bc005c2e0ecc76a468f3459739c9e54af34850cb725d04391e19b5
-
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*|arm*|aarch64*) ;;
-	*) broken="ftbfs in ring" ;;
-esac
+checksum=0c1651e06608eab31d0fb60d5a2d8afc94cff6644f34c6b6bda31eb76e79a7a0
 
 post_install() {
 	for shell in bash fish zsh; do

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

* Re: [PR PATCH] [Closed]: zola: update to 0.19.0
  2024-06-20 22:01 [PR PATCH] zola: update to 0.19.0 tranzystorekk
  2024-06-21 23:27 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-06-22  0:12 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-06-22  0:12 UTC (permalink / raw)
  To: ml

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

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

zola: update to 0.19.0
https://github.com/void-linux/void-packages/pull/50905

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

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

Needs #50822 

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-20 22:01 [PR PATCH] zola: update to 0.19.0 tranzystorekk
2024-06-21 23:27 ` [PR PATCH] [Updated] " tranzystorekk
2024-06-22  0:12 ` [PR PATCH] [Closed]: " 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).