Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Hugo 0.102.3
@ 2022-09-01 19:06 dataCobra
  2022-09-01 19:15 ` [PR PATCH] [Updated] " dataCobra
  2022-09-02  7:57 ` [PR PATCH] [Merged]: hugo: update to 0.102.3 classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: dataCobra @ 2022-09-01 19:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages hugo-0.102.3
https://github.com/void-linux/void-packages/pull/39041

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


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

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

From 3a5281fab1e9f5278e815b8c51bceb1e04ab2fac Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 1 Sep 2022 19:54:46 +0200
Subject: [PATCH 1/2] New package: pcsc-cyberjack-3.99.5

---
 srcpkgs/pcsc-cyberjack/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/pcsc-cyberjack/template

diff --git a/srcpkgs/pcsc-cyberjack/template b/srcpkgs/pcsc-cyberjack/template
new file mode 100644
index 000000000000..e42c6bbd209c
--- /dev/null
+++ b/srcpkgs/pcsc-cyberjack/template
@@ -0,0 +1,18 @@
+# Template file for 'pcsc-cyberjack'
+pkgname=pcsc-cyberjack
+version=3.99.5
+revision=1
+_versext=SP15
+wrksrc=pcsc-cyberjack-${version}final.${_versext}
+build_style=gnu-configure
+configure_args="--enable-udev"
+hostmakedepends="pkg-config"
+makedepends="pcsclite-devel eudev-libudev-devel libusb-compat-devel"
+depends="pcsc-ccid libusb"
+short_desc="Linux drivers for cyberJack® RFID"
+maintainer="dataCobra <datacobra@thinkbot.de>"
+license="LGPL-2.1-or-later, GPL-2.0-or-later"
+homepage="https://www.reiner-sct.com/lang/en/support"
+#changelog=""
+distfiles="https://support.reiner-sct.de/downloads/LINUX/V${version}_${_versext}/pcsc-cyberjack_${version}final.${_versext}.tar.bz2"
+checksum=acb7c2832450718756713767c4b3ef500832d652ed51b35110b910b11ebd467a

From ff58bfa9f7e90e822d5f8c6a3c9a6b18a9664234 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 1 Sep 2022 20:51:25 +0200
Subject: [PATCH 2/2] hugo: update to 0.102.3.

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

diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template
index d24c31d6fb13..a0ed35c29fe7 100644
--- a/srcpkgs/hugo/template
+++ b/srcpkgs/hugo/template
@@ -1,6 +1,6 @@
 # Template file for 'hugo'
 pkgname=hugo
-version=0.102.2
+version=0.102.3
 revision=1
 build_style=go
 build_helper=qemu
@@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://gohugo.io"
 distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
-checksum=55c2f1bbddaa1a7be6d95ab983e4a671e6d5f7ecbc1bde8a425295845f0dd764
+checksum=5fab29ababef5294c891d687aef027c423771d4ad33af10c69f18ff9754d283b
 
 post_install() {
 	vdoc README.md

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

* Re: [PR PATCH] [Updated] Hugo 0.102.3
  2022-09-01 19:06 [PR PATCH] Hugo 0.102.3 dataCobra
@ 2022-09-01 19:15 ` dataCobra
  2022-09-02  7:57 ` [PR PATCH] [Merged]: hugo: update to 0.102.3 classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: dataCobra @ 2022-09-01 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages hugo-0.102.3
https://github.com/void-linux/void-packages/pull/39041

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


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

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

From be0109fd2f8f4421c53e99a009701a7d1b362209 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 1 Sep 2022 21:14:57 +0200
Subject: [PATCH] hugo: update to 0.102.3.

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

diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template
index d24c31d6fb13..a0ed35c29fe7 100644
--- a/srcpkgs/hugo/template
+++ b/srcpkgs/hugo/template
@@ -1,6 +1,6 @@
 # Template file for 'hugo'
 pkgname=hugo
-version=0.102.2
+version=0.102.3
 revision=1
 build_style=go
 build_helper=qemu
@@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://gohugo.io"
 distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
-checksum=55c2f1bbddaa1a7be6d95ab983e4a671e6d5f7ecbc1bde8a425295845f0dd764
+checksum=5fab29ababef5294c891d687aef027c423771d4ad33af10c69f18ff9754d283b
 
 post_install() {
 	vdoc README.md

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

* Re: [PR PATCH] [Merged]: hugo: update to 0.102.3
  2022-09-01 19:06 [PR PATCH] Hugo 0.102.3 dataCobra
  2022-09-01 19:15 ` [PR PATCH] [Updated] " dataCobra
@ 2022-09-02  7:57 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-09-02  7:57 UTC (permalink / raw)
  To: ml

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

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

hugo: update to 0.102.3
https://github.com/void-linux/void-packages/pull/39041

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


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

end of thread, other threads:[~2022-09-02  7:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 19:06 [PR PATCH] Hugo 0.102.3 dataCobra
2022-09-01 19:15 ` [PR PATCH] [Updated] " dataCobra
2022-09-02  7:57 ` [PR PATCH] [Merged]: hugo: update to 0.102.3 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).