Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vndr: update to 0.0.4
@ 2019-10-16 16:15 voidlinux-github
  2019-10-16 16:15 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 1 reply; 4+ messages in thread
From: voidlinux-github @ 2019-10-16 16:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/levithanius/void-packages vndr
https://github.com/void-linux/void-packages/pull/15538

vndr: update to 0.0.4


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

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

From 3708c33698d4620e00022928f32867ff05b6b6ba Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 17:10:44 +0200
Subject: [PATCH 1/4] cppzmq: update to 4.4.1

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

diff --git a/srcpkgs/cppzmq/template b/srcpkgs/cppzmq/template
index d841d2334ab..bafa9a5cf16 100644
--- a/srcpkgs/cppzmq/template
+++ b/srcpkgs/cppzmq/template
@@ -1,6 +1,6 @@
 # Template file for 'cppzmq'
 pkgname=cppzmq
-version=4.3.0
+version=4.4.1
 revision=1
 build_style=cmake
 configure_args="-DCPPZMQ_BUILD_TESTS=OFF"
@@ -8,11 +8,6 @@ hostmakedepends="pkg-config"
 makedepends="zeromq-devel"
 short_desc="C++ binding for 0MQ"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
-license="MIT"
 homepage="https://github.com/zeromq/cppzmq"
 distfiles="https://github.com/zeromq/cppzmq/archive/v${version}.tar.gz"
-checksum=27d1f56406ba94ee779e639203218820975cf68174f92fbeae0f645df0fcada4
-
-post_install() {
-	vlicense LICENSE
-}
+checksum=117fc1ca24d98dbe1a60c072cde13be863d429134907797f8e03f654ce679385

From 01c04ed899d85c1b26d48cc73f18f6a1c03385e7 Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 17:14:51 +0200
Subject: [PATCH 2/4] vndr: update to 0.0.4

---
 srcpkgs/vndr/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vndr/template b/srcpkgs/vndr/template
index a7c6c4ebe07..cbf4a512940 100644
--- a/srcpkgs/vndr/template
+++ b/srcpkgs/vndr/template
@@ -1,12 +1,11 @@
 # Template file for 'vndr'
 pkgname=vndr
-version=0.0.3
+version=0.0.4
 revision=1
 build_style=go
 go_import_path=github.com/LK4D4/vndr
 short_desc="Stupid vendoring tool"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
-license="Apache-2.0"
 homepage="https://github.com/LK4D4/vndr"
 distfiles="https://github.com/LK4D4/vndr/archive/v${version}.tar.gz"
-checksum=dec53ba179dd2b854efb0d321a8e45b53cd2c7f06018d5ef65f55dfa9f28e840
+checksum=929fdb8bd4ba34697d4efcb9ec2661df2b8499da512df02c349da53c1106e8ff

From f901aa2b09c70795f66fc51227b0e0f7247dc266 Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 18:08:18 +0200
Subject: [PATCH 3/4] fixed license error

---
 srcpkgs/vndr/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/vndr/template b/srcpkgs/vndr/template
index cbf4a512940..23f24696ef1 100644
--- a/srcpkgs/vndr/template
+++ b/srcpkgs/vndr/template
@@ -6,6 +6,7 @@ build_style=go
 go_import_path=github.com/LK4D4/vndr
 short_desc="Stupid vendoring tool"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+license="Apache-2.0"
 homepage="https://github.com/LK4D4/vndr"
 distfiles="https://github.com/LK4D4/vndr/archive/v${version}.tar.gz"
 checksum=929fdb8bd4ba34697d4efcb9ec2661df2b8499da512df02c349da53c1106e8ff

From cab5ced8b360d08e67839548aaa3c947c1b091db Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 18:09:15 +0200
Subject: [PATCH 4/4] d f901aa2 d 01c04ed d 3708c33 d c041ed2

---
 srcpkgs/vndr/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/vndr/template b/srcpkgs/vndr/template
index 23f24696ef1..92b6b11251a 100644
--- a/srcpkgs/vndr/template
+++ b/srcpkgs/vndr/template
@@ -10,3 +10,4 @@ license="Apache-2.0"
 homepage="https://github.com/LK4D4/vndr"
 distfiles="https://github.com/LK4D4/vndr/archive/v${version}.tar.gz"
 checksum=929fdb8bd4ba34697d4efcb9ec2661df2b8499da512df02c349da53c1106e8ff
+

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

* Re: [PR PATCH] [Closed]: vndr: update to 0.0.4
  2019-10-16 16:15 [PR PATCH] vndr: update to 0.0.4 voidlinux-github
@ 2019-10-16 16:15 ` voidlinux-github
  0 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-16 16:15 UTC (permalink / raw)
  To: ml

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

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

vndr: update to 0.0.4
https://github.com/void-linux/void-packages/pull/15538

Description:


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

* [PR PATCH] vndr: update to 0.0.4
@ 2019-10-16 15:15 voidlinux-github
  0 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-16 15:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/levithanius/void-packages vndr
https://github.com/void-linux/void-packages/pull/15534

vndr: update to 0.0.4


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

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

From 3708c33698d4620e00022928f32867ff05b6b6ba Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 17:10:44 +0200
Subject: [PATCH 1/2] cppzmq: update to 4.4.1

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

diff --git a/srcpkgs/cppzmq/template b/srcpkgs/cppzmq/template
index d841d2334ab..bafa9a5cf16 100644
--- a/srcpkgs/cppzmq/template
+++ b/srcpkgs/cppzmq/template
@@ -1,6 +1,6 @@
 # Template file for 'cppzmq'
 pkgname=cppzmq
-version=4.3.0
+version=4.4.1
 revision=1
 build_style=cmake
 configure_args="-DCPPZMQ_BUILD_TESTS=OFF"
@@ -8,11 +8,6 @@ hostmakedepends="pkg-config"
 makedepends="zeromq-devel"
 short_desc="C++ binding for 0MQ"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
-license="MIT"
 homepage="https://github.com/zeromq/cppzmq"
 distfiles="https://github.com/zeromq/cppzmq/archive/v${version}.tar.gz"
-checksum=27d1f56406ba94ee779e639203218820975cf68174f92fbeae0f645df0fcada4
-
-post_install() {
-	vlicense LICENSE
-}
+checksum=117fc1ca24d98dbe1a60c072cde13be863d429134907797f8e03f654ce679385

From 01c04ed899d85c1b26d48cc73f18f6a1c03385e7 Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 17:14:51 +0200
Subject: [PATCH 2/2] vndr: update to 0.0.4

---
 srcpkgs/vndr/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vndr/template b/srcpkgs/vndr/template
index a7c6c4ebe07..cbf4a512940 100644
--- a/srcpkgs/vndr/template
+++ b/srcpkgs/vndr/template
@@ -1,12 +1,11 @@
 # Template file for 'vndr'
 pkgname=vndr
-version=0.0.3
+version=0.0.4
 revision=1
 build_style=go
 go_import_path=github.com/LK4D4/vndr
 short_desc="Stupid vendoring tool"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
-license="Apache-2.0"
 homepage="https://github.com/LK4D4/vndr"
 distfiles="https://github.com/LK4D4/vndr/archive/v${version}.tar.gz"
-checksum=dec53ba179dd2b854efb0d321a8e45b53cd2c7f06018d5ef65f55dfa9f28e840
+checksum=929fdb8bd4ba34697d4efcb9ec2661df2b8499da512df02c349da53c1106e8ff

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

* [PR PATCH] vndr: update to 0.0.4
@ 2019-10-16 12:28 voidlinux-github
  0 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-16 12:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/levithanius/void-packages vndr
https://github.com/void-linux/void-packages/pull/15525

vndr: update to 0.0.4


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

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

From 70052944aa060bae57f578351123e0e7ac0aa194 Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 13:47:04 +0200
Subject: [PATCH 1/2] prometheus: update 2.13.0

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

diff --git a/srcpkgs/prometheus/template b/srcpkgs/prometheus/template
index f2ed81efe2d..a139db621f3 100644
--- a/srcpkgs/prometheus/template
+++ b/srcpkgs/prometheus/template
@@ -1,6 +1,6 @@
 # Template file for 'prometheus'
 pkgname=prometheus
-version=2.12.0
+version=2.13.0
 revision=1
 build_style=go
 go_import_path="github.com/prometheus/prometheus"
@@ -15,7 +15,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://prometheus.io/"
 distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz"
-checksum=9bd9ae6df02777a9ba3f6f544338865861decabd02054aa64975449bd6009e5a
+checksum=8df0ac742fedaad12e3996850b6b769d5aca7075669e05540fbc5c363be0b28a
 
 system_accounts="_prometheus"
 

From 738999e7d9258e3b5a0617f1b9666b41abb5f63d Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 14:02:18 +0200
Subject: [PATCH 2/2] vndr: update to 0.0.4

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

diff --git a/srcpkgs/vndr/template b/srcpkgs/vndr/template
index a7c6c4ebe07..23f24696ef1 100644
--- a/srcpkgs/vndr/template
+++ b/srcpkgs/vndr/template
@@ -1,6 +1,6 @@
 # Template file for 'vndr'
 pkgname=vndr
-version=0.0.3
+version=0.0.4
 revision=1
 build_style=go
 go_import_path=github.com/LK4D4/vndr
@@ -9,4 +9,4 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/LK4D4/vndr"
 distfiles="https://github.com/LK4D4/vndr/archive/v${version}.tar.gz"
-checksum=dec53ba179dd2b854efb0d321a8e45b53cd2c7f06018d5ef65f55dfa9f28e840
+checksum=929fdb8bd4ba34697d4efcb9ec2661df2b8499da512df02c349da53c1106e8ff

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

end of thread, other threads:[~2019-10-16 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16 16:15 [PR PATCH] vndr: update to 0.0.4 voidlinux-github
2019-10-16 16:15 ` [PR PATCH] [Closed]: " voidlinux-github
  -- strict thread matches above, loose matches on Subject: below --
2019-10-16 15:15 [PR PATCH] " voidlinux-github
2019-10-16 12:28 voidlinux-github

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