Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ell: update to 0.30.
@ 2020-03-30 18:50 concatime
  2020-03-30 19:33 ` [PR PATCH] [Updated] " concatime
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: concatime @ 2020-03-30 18:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/concatime/void-packages ell
https://github.com/void-linux/void-packages/pull/20471

ell: update to 0.30.


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

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

From c9e76a5b29d60e67b73bad68bbad96220ba3e4a9 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Mon, 30 Mar 2020 14:49:41 -0400
Subject: [PATCH] ell: update to 0.30.

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

diff --git a/srcpkgs/ell/template b/srcpkgs/ell/template
index bb8a05102e3..3251f7496b9 100644
--- a/srcpkgs/ell/template
+++ b/srcpkgs/ell/template
@@ -1,6 +1,6 @@
 # Template file for 'ell'
 pkgname=ell
-version=0.28
+version=0.30
 revision=1
 build_style=gnu-configure
 configure_args="--enable-glib"
@@ -10,8 +10,8 @@ short_desc="Linux library for embedded development"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="GPL-2.0-only"
 homepage="https://01.org/ell"
-distfiles="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${version}.tar.xz"
-checksum=6254fcb98d681cb2c3078dde462ba20bf90e6c10919204c6878a4381adcdb74b
+distfiles="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${version}.tar.gz"
+checksum=91173c2cf5485461e0e3f2728f6a6291c3735862f6ac9e9d3dbb944ca996e549
 
 ell-devel_package() {
 	depends="ell-${version}_${revision}"

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

* Re: [PR PATCH] [Updated] ell: update to 0.30.
  2020-03-30 18:50 [PR PATCH] ell: update to 0.30 concatime
@ 2020-03-30 19:33 ` concatime
  2020-03-30 19:47 ` concatime
  2020-03-31  7:39 ` [PR PATCH] [Merged]: " xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: concatime @ 2020-03-30 19:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/concatime/void-packages ell
https://github.com/void-linux/void-packages/pull/20471

ell: update to 0.30.


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

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

From a90d2db78d9801dbda92365ea57634f164910e96 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Mon, 30 Mar 2020 14:49:41 -0400
Subject: [PATCH] ell: update to 0.30.

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

diff --git a/srcpkgs/ell/template b/srcpkgs/ell/template
index bb8a05102e3..56d39a0a639 100644
--- a/srcpkgs/ell/template
+++ b/srcpkgs/ell/template
@@ -1,6 +1,6 @@
 # Template file for 'ell'
 pkgname=ell
-version=0.28
+version=0.30
 revision=1
 build_style=gnu-configure
 configure_args="--enable-glib"
@@ -10,8 +10,8 @@ short_desc="Linux library for embedded development"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="GPL-2.0-only"
 homepage="https://01.org/ell"
-distfiles="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${version}.tar.xz"
-checksum=6254fcb98d681cb2c3078dde462ba20bf90e6c10919204c6878a4381adcdb74b
+distfiles="${KERNEL_SITE}/libs/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=51cf8cc66a9d1038e41f7d619ea5660aa4476904496562b2d45ca79370ca4a5e
 
 ell-devel_package() {
 	depends="ell-${version}_${revision}"

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

* Re: ell: update to 0.30.
  2020-03-30 18:50 [PR PATCH] ell: update to 0.30 concatime
  2020-03-30 19:33 ` [PR PATCH] [Updated] " concatime
@ 2020-03-30 19:47 ` concatime
  2020-03-31  7:39 ` [PR PATCH] [Merged]: " xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: concatime @ 2020-03-30 19:47 UTC (permalink / raw)
  To: ml

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

New comment by concatime on void-packages repository

https://github.com/void-linux/void-packages/pull/20471#issuecomment-606207993

Comment:
Blocks #20473

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

* Re: [PR PATCH] [Merged]: ell: update to 0.30.
  2020-03-30 18:50 [PR PATCH] ell: update to 0.30 concatime
  2020-03-30 19:33 ` [PR PATCH] [Updated] " concatime
  2020-03-30 19:47 ` concatime
@ 2020-03-31  7:39 ` xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: xtraeme @ 2020-03-31  7:39 UTC (permalink / raw)
  To: ml

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

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

ell: update to 0.30.
https://github.com/void-linux/void-packages/pull/20471

Description:


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

end of thread, other threads:[~2020-03-31  7:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 18:50 [PR PATCH] ell: update to 0.30 concatime
2020-03-30 19:33 ` [PR PATCH] [Updated] " concatime
2020-03-30 19:47 ` concatime
2020-03-31  7:39 ` [PR PATCH] [Merged]: " xtraeme

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