Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] innoextract: update to 1.8
@ 2019-09-25 13:25 voidlinux-github
  2019-09-25 14:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-25 13:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages innoextract
https://github.com/void-linux/void-packages/pull/14707

innoextract: update to 1.8


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

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

From e7c015caf6f89e194b4d1c04c159604835de296b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 25 Sep 2019 16:24:41 +0300
Subject: [PATCH] innoextract: update to 1.8

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

diff --git a/srcpkgs/innoextract/template b/srcpkgs/innoextract/template
index 5a6766d23dd..b916361cba8 100644
--- a/srcpkgs/innoextract/template
+++ b/srcpkgs/innoextract/template
@@ -1,14 +1,14 @@
 # Template file for 'innoextract'
 pkgname=innoextract
-version=1.7
+version=1.8
 revision=4
 build_style=cmake
 configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
-hostmakedepends="boost"
+hostmakedepends="boost extra-cmake-modules"
 makedepends="boost-devel liblzma-devel"
 short_desc="A tool to unpack installers created by Inno Setup"
 maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
 license="Zlib"
 homepage="http://constexpr.org/innoextract/"
 distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
-checksum=c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4
+checksum=5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269

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

* Re: [PR PATCH] [Updated] innoextract: update to 1.8
  2019-09-25 13:25 [PR PATCH] innoextract: update to 1.8 voidlinux-github
  2019-09-25 14:42 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-25 14:42 ` voidlinux-github
  2019-09-25 17:40 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-25 14:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages innoextract
https://github.com/void-linux/void-packages/pull/14707

innoextract: update to 1.8


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

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

From e7a796617533c5b50a5548ed358336b563251fec Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 25 Sep 2019 16:24:41 +0300
Subject: [PATCH] innoextract: update to 1.8

---
 srcpkgs/innoextract/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/innoextract/template b/srcpkgs/innoextract/template
index 5a6766d23dd..c578d7cd0d3 100644
--- a/srcpkgs/innoextract/template
+++ b/srcpkgs/innoextract/template
@@ -1,14 +1,14 @@
 # Template file for 'innoextract'
 pkgname=innoextract
-version=1.7
-revision=4
+version=1.8
+revision=1
 build_style=cmake
 configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
-hostmakedepends="boost"
+hostmakedepends="boost extra-cmake-modules"
 makedepends="boost-devel liblzma-devel"
-short_desc="A tool to unpack installers created by Inno Setup"
+short_desc="Tool to unpack installers created by Inno Setup"
 maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
 license="Zlib"
 homepage="http://constexpr.org/innoextract/"
 distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
-checksum=c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4
+checksum=5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269

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

* Re: [PR PATCH] [Updated] innoextract: update to 1.8
  2019-09-25 13:25 [PR PATCH] innoextract: update to 1.8 voidlinux-github
@ 2019-09-25 14:42 ` voidlinux-github
  2019-09-25 14:42 ` voidlinux-github
  2019-09-25 17:40 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-25 14:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages innoextract
https://github.com/void-linux/void-packages/pull/14707

innoextract: update to 1.8


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

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

From e7a796617533c5b50a5548ed358336b563251fec Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 25 Sep 2019 16:24:41 +0300
Subject: [PATCH] innoextract: update to 1.8

---
 srcpkgs/innoextract/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/innoextract/template b/srcpkgs/innoextract/template
index 5a6766d23dd..c578d7cd0d3 100644
--- a/srcpkgs/innoextract/template
+++ b/srcpkgs/innoextract/template
@@ -1,14 +1,14 @@
 # Template file for 'innoextract'
 pkgname=innoextract
-version=1.7
-revision=4
+version=1.8
+revision=1
 build_style=cmake
 configure_args="-DCMAKE_INSTALL_PREFIX=/usr"
-hostmakedepends="boost"
+hostmakedepends="boost extra-cmake-modules"
 makedepends="boost-devel liblzma-devel"
-short_desc="A tool to unpack installers created by Inno Setup"
+short_desc="Tool to unpack installers created by Inno Setup"
 maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
 license="Zlib"
 homepage="http://constexpr.org/innoextract/"
 distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
-checksum=c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4
+checksum=5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269

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

* Re: [PR PATCH] [Merged]: innoextract: update to 1.8
  2019-09-25 13:25 [PR PATCH] innoextract: update to 1.8 voidlinux-github
  2019-09-25 14:42 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-25 14:42 ` voidlinux-github
@ 2019-09-25 17:40 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-25 17:40 UTC (permalink / raw)
  To: ml

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

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

innoextract: update to 1.8
https://github.com/void-linux/void-packages/pull/14707

Description:


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

end of thread, other threads:[~2019-09-25 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 13:25 [PR PATCH] innoextract: update to 1.8 voidlinux-github
2019-09-25 14:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-25 14:42 ` voidlinux-github
2019-09-25 17:40 ` [PR PATCH] [Merged]: " 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).