Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rebar3: update to 3.14.1.
@ 2020-09-18 22:45 nilium
  2020-09-19  3:43 ` [PR PATCH] [Updated] " nilium
  2020-09-19  4:04 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: nilium @ 2020-09-18 22:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nilium/ecks-bops-packages rebar3
https://github.com/void-linux/void-packages/pull/24977

rebar3: update to 3.14.1.


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

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

From 56dc6fa549b67c7a43c5ae3633cdc55eb8486d72 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Fri, 18 Sep 2020 15:39:40 -0700
Subject: [PATCH] rebar3: update to 3.14.1.

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

diff --git a/srcpkgs/rebar3/template b/srcpkgs/rebar3/template
index 5243045ee94..16ec9d3a645 100644
--- a/srcpkgs/rebar3/template
+++ b/srcpkgs/rebar3/template
@@ -1,6 +1,6 @@
 # Template file for 'rebar3'
 pkgname=rebar3
-version=3.13.2
+version=3.14.1
 revision=1
 archs=noarch
 hostmakedepends=erlang
@@ -10,7 +10,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="Apache-2.0"
 homepage="https://www.rebar3.org/"
 distfiles="https://github.com/erlang/rebar3/archive/${version}.tar.gz"
-checksum=e14cdc1f5b7d363a238a9f555f89e878bc4fc836c970571b41b90ee947f91505
+checksum=b01275b6cbdb354dcf9ed686fce2b5f9dfdd58972ded9e970e31b9215a8521f2
 
 do_build() {
 	./bootstrap

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

* Re: [PR PATCH] [Updated] rebar3: update to 3.14.1.
  2020-09-18 22:45 [PR PATCH] rebar3: update to 3.14.1 nilium
@ 2020-09-19  3:43 ` nilium
  2020-09-19  4:04 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: nilium @ 2020-09-19  3:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nilium/ecks-bops-packages rebar3
https://github.com/void-linux/void-packages/pull/24977

rebar3: update to 3.14.1.


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

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

From d717fbbf1d6611bad3c0e0e1fbad262b82e9aa00 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Fri, 18 Sep 2020 15:39:40 -0700
Subject: [PATCH] rebar3: update to 3.14.1.

Also drop noarch.
---
 srcpkgs/rebar3/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rebar3/template b/srcpkgs/rebar3/template
index 5243045ee94..2d49e89a8fc 100644
--- a/srcpkgs/rebar3/template
+++ b/srcpkgs/rebar3/template
@@ -1,8 +1,7 @@
 # Template file for 'rebar3'
 pkgname=rebar3
-version=3.13.2
+version=3.14.1
 revision=1
-archs=noarch
 hostmakedepends=erlang
 depends="erlang>=22"
 short_desc="Erlang build tool to compile, test, and release applications"
@@ -10,7 +9,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="Apache-2.0"
 homepage="https://www.rebar3.org/"
 distfiles="https://github.com/erlang/rebar3/archive/${version}.tar.gz"
-checksum=e14cdc1f5b7d363a238a9f555f89e878bc4fc836c970571b41b90ee947f91505
+checksum=b01275b6cbdb354dcf9ed686fce2b5f9dfdd58972ded9e970e31b9215a8521f2
 
 do_build() {
 	./bootstrap

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

* Re: [PR PATCH] [Merged]: rebar3: update to 3.14.1.
  2020-09-18 22:45 [PR PATCH] rebar3: update to 3.14.1 nilium
  2020-09-19  3:43 ` [PR PATCH] [Updated] " nilium
@ 2020-09-19  4:04 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-09-19  4:04 UTC (permalink / raw)
  To: ml

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

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

rebar3: update to 3.14.1.
https://github.com/void-linux/void-packages/pull/24977

Description:
Also drop noarch.

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

end of thread, other threads:[~2020-09-19  4:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 22:45 [PR PATCH] rebar3: update to 3.14.1 nilium
2020-09-19  3:43 ` [PR PATCH] [Updated] " nilium
2020-09-19  4:04 ` [PR PATCH] [Merged]: " ahesford

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