Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] syft: update to 0.90.0
@ 2023-09-18 17:34 cinerea0
  2023-09-21 16:37 ` [PR PATCH] [Updated] " cinerea0
  2023-09-22 21:58 ` [PR PATCH] [Merged]: syft: update to 0.91.0 Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-09-18 17:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages syft
https://github.com/void-linux/void-packages/pull/46115

syft: update to 0.90.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 6b2fe14bf6524f2778638a76cfb9d72310708ee0 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 18 Sep 2023 13:32:24 -0400
Subject: [PATCH] syft: update to 0.90.0

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

diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template
index b3d609c0b13a2..1bea6a02b2217 100644
--- a/srcpkgs/syft/template
+++ b/srcpkgs/syft/template
@@ -1,19 +1,17 @@
 # Template file for 'syft'
 pkgname=syft
-version=0.89.0
+version=0.90.0
 revision=1
 build_style=go
 build_helper=qemu
 go_import_path="github.com/anchore/syft"
 go_package="github.com/anchore/syft/cmd/syft"
-hostmakedepends="go1.20"
 short_desc="SBOM generator CLI for container images, filesystems and more"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0"
 homepage="https://github.com/anchore/syft"
 distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
-checksum=e8b4bf1481f3101adb2881f35f95528cceb58470f1c568c7c05c2864031dfdaa
-export GOTOOLCHAIN=go1.20
+checksum=50b5e499948d06905e4e188d4189d4520aa0e28d7470c9a459a12b26af28caf9
 
 post_install() {
 	syft="${DESTDIR}/usr/bin/syft"

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

* Re: [PR PATCH] [Updated] syft: update to 0.90.0
  2023-09-18 17:34 [PR PATCH] syft: update to 0.90.0 cinerea0
@ 2023-09-21 16:37 ` cinerea0
  2023-09-22 21:58 ` [PR PATCH] [Merged]: syft: update to 0.91.0 Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-09-21 16:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages syft
https://github.com/void-linux/void-packages/pull/46115

syft: update to 0.90.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 2400b74503b2a4a0aafa70b6a2272b9814125ddf Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 21 Sep 2023 12:36:45 -0400
Subject: [PATCH] syft: update to 0.91.0

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

diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template
index b3d609c0b13a2..d92afc9bc0dad 100644
--- a/srcpkgs/syft/template
+++ b/srcpkgs/syft/template
@@ -1,19 +1,17 @@
 # Template file for 'syft'
 pkgname=syft
-version=0.89.0
+version=0.91.0
 revision=1
 build_style=go
 build_helper=qemu
 go_import_path="github.com/anchore/syft"
 go_package="github.com/anchore/syft/cmd/syft"
-hostmakedepends="go1.20"
 short_desc="SBOM generator CLI for container images, filesystems and more"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0"
 homepage="https://github.com/anchore/syft"
 distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
-checksum=e8b4bf1481f3101adb2881f35f95528cceb58470f1c568c7c05c2864031dfdaa
-export GOTOOLCHAIN=go1.20
+checksum=f29cb3fd96b41ed48795e1f8fd81f3900505cf3dd84844b749db850d790f3768
 
 post_install() {
 	syft="${DESTDIR}/usr/bin/syft"

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

* Re: [PR PATCH] [Merged]: syft: update to 0.91.0
  2023-09-18 17:34 [PR PATCH] syft: update to 0.90.0 cinerea0
  2023-09-21 16:37 ` [PR PATCH] [Updated] " cinerea0
@ 2023-09-22 21:58 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-09-22 21:58 UTC (permalink / raw)
  To: ml

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

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

syft: update to 0.91.0
https://github.com/void-linux/void-packages/pull/46115

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


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

end of thread, other threads:[~2023-09-22 21:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-18 17:34 [PR PATCH] syft: update to 0.90.0 cinerea0
2023-09-21 16:37 ` [PR PATCH] [Updated] " cinerea0
2023-09-22 21:58 ` [PR PATCH] [Merged]: syft: update to 0.91.0 Duncaen

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