Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rebar3: update to 3.13.2.
@ 2020-04-28 23:22 nilium
  2020-04-28 23:23 ` [PR PATCH] [Updated] " nilium
  2020-04-29 20:59 ` [PR PATCH] [Merged]: " jnbr
  0 siblings, 2 replies; 3+ messages in thread
From: nilium @ 2020-04-28 23:22 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/21447

rebar3: update to 3.13.2.


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

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

From e2436bd7b93c256d14d8f5561d486a2b7387a3e3 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Tue, 28 Apr 2020 16:12:34 -0700
Subject: [PATCH] rebar3: update to 3.13.2.

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

diff --git a/srcpkgs/rebar3/template b/srcpkgs/rebar3/template
index 84d3de230b1..2b4cdc2d7be 100644
--- a/srcpkgs/rebar3/template
+++ b/srcpkgs/rebar3/template
@@ -1,6 +1,6 @@
 # Template file for 'rebar3'
 pkgname=rebar3
-version=3.13.0
+version=3.13.2
 revision=1
 archs=noarch
 hostmakedepends=erlang
@@ -10,7 +10,7 @@ maintainer="Noel Cower <ncower@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.rebar3.org/"
 distfiles="https://github.com/erlang/rebar3/archive/${version}.tar.gz"
-checksum=49ecf89d04676d077712a10d8252bbda73998a3badf8b342481530fbc685a123
+checksum=e14cdc1f5b7d363a238a9f555f89e878bc4fc836c970571b41b90ee947f91505
 
 do_build() {
 	./bootstrap

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

* Re: [PR PATCH] [Updated] rebar3: update to 3.13.2.
  2020-04-28 23:22 [PR PATCH] rebar3: update to 3.13.2 nilium
@ 2020-04-28 23:23 ` nilium
  2020-04-29 20:59 ` [PR PATCH] [Merged]: " jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: nilium @ 2020-04-28 23:23 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/21447

rebar3: update to 3.13.2.


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

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

From 85fbed1570f537bcb9f86a6030df64677342385f Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Tue, 28 Apr 2020 16:12:34 -0700
Subject: [PATCH] rebar3: update to 3.13.2.

---
 srcpkgs/rebar3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rebar3/template b/srcpkgs/rebar3/template
index 84d3de230b18..5243045ee943 100644
--- a/srcpkgs/rebar3/template
+++ b/srcpkgs/rebar3/template
@@ -1,16 +1,16 @@
 # Template file for 'rebar3'
 pkgname=rebar3
-version=3.13.0
+version=3.13.2
 revision=1
 archs=noarch
 hostmakedepends=erlang
 depends="erlang>=22"
 short_desc="Erlang build tool to compile, test, and release applications"
-maintainer="Noel Cower <ncower@gmail.com>"
+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=49ecf89d04676d077712a10d8252bbda73998a3badf8b342481530fbc685a123
+checksum=e14cdc1f5b7d363a238a9f555f89e878bc4fc836c970571b41b90ee947f91505
 
 do_build() {
 	./bootstrap

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

* Re: [PR PATCH] [Merged]: rebar3: update to 3.13.2.
  2020-04-28 23:22 [PR PATCH] rebar3: update to 3.13.2 nilium
  2020-04-28 23:23 ` [PR PATCH] [Updated] " nilium
@ 2020-04-29 20:59 ` jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: jnbr @ 2020-04-29 20:59 UTC (permalink / raw)
  To: ml

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

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

rebar3: update to 3.13.2.
https://github.com/void-linux/void-packages/pull/21447

Description:


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

end of thread, other threads:[~2020-04-29 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 23:22 [PR PATCH] rebar3: update to 3.13.2 nilium
2020-04-28 23:23 ` [PR PATCH] [Updated] " nilium
2020-04-29 20:59 ` [PR PATCH] [Merged]: " jnbr

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