Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] shunit2: update to 2.1.8.
@ 2020-04-18  8:18 mobinmob
  2020-04-18 12:35 ` [PR PATCH] [Updated] " mobinmob
  2020-04-20 13:52 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: mobinmob @ 2020-04-18  8:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages shunit2
https://github.com/void-linux/void-packages/pull/21112

shunit2: update to 2.1.8.


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

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

From 0ff30212ede8509ff12c118d5c146c008414e61c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 18 Apr 2020 11:07:26 +0300
Subject: [PATCH] shunit2: update to 2.1.8.

---
 srcpkgs/shunit2/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/shunit2/template b/srcpkgs/shunit2/template
index e5be2806828..518c6a3eadb 100644
--- a/srcpkgs/shunit2/template
+++ b/srcpkgs/shunit2/template
@@ -1,16 +1,16 @@
 # Template file for 'shunit2'
 pkgname=shunit2
-version=2.1.7
+version=2.1.8
 revision=1
-checkdepends="bash zsh ksh"
+archs=noarch
 depends="bash"
+checkdepends="bash zsh ksh"
 short_desc="Unit testing framework for Unix shell scripts based on xUnit"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1"
 homepage="https://github.com/kward/shunit2"
 distfiles="https://github.com/kward/shunit2/archive/v${version}.tar.gz"
-checksum=41a103aa984bfdeea3fec426edb0b3dda19153a5ce448d4b4bbe52a85c4d7fee
-archs=noarch
+checksum=b2fed28ba7282e4878640395284e43f08a029a6c27632df73267c8043c71b60c
 
 do_check() {
 	./test_runner

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

* Re: [PR PATCH] [Updated] shunit2: update to 2.1.8.
  2020-04-18  8:18 [PR PATCH] shunit2: update to 2.1.8 mobinmob
@ 2020-04-18 12:35 ` mobinmob
  2020-04-20 13:52 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: mobinmob @ 2020-04-18 12:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages shunit2
https://github.com/void-linux/void-packages/pull/21112

shunit2: update to 2.1.8.


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

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

From 2af5b116fe5f03bfca34a2d791e2ac58d732f702 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 18 Apr 2020 11:07:26 +0300
Subject: [PATCH] shunit2: update to 2.1.8.

---
 srcpkgs/shunit2/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/shunit2/template b/srcpkgs/shunit2/template
index e5be2806828..4e9c1c30dac 100644
--- a/srcpkgs/shunit2/template
+++ b/srcpkgs/shunit2/template
@@ -1,16 +1,17 @@
 # Template file for 'shunit2'
 pkgname=shunit2
-version=2.1.7
+version=2.1.8
 revision=1
-checkdepends="bash zsh ksh"
+archs=noarch
 depends="bash"
+checkdepends="bash zsh ksh"
 short_desc="Unit testing framework for Unix shell scripts based on xUnit"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1"
+license="Apache-2.0"
 homepage="https://github.com/kward/shunit2"
+changelog="https://raw.githubusercontent.com/kward/shunit2/master/doc/CHANGES-2.1.md"
 distfiles="https://github.com/kward/shunit2/archive/v${version}.tar.gz"
-checksum=41a103aa984bfdeea3fec426edb0b3dda19153a5ce448d4b4bbe52a85c4d7fee
-archs=noarch
+checksum=b2fed28ba7282e4878640395284e43f08a029a6c27632df73267c8043c71b60c
 
 do_check() {
 	./test_runner
@@ -22,4 +23,5 @@ do_install() {
 	done
 
 	vbin shunit2
+	vdoc doc/design_doc.txt
 }

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

* Re: [PR PATCH] [Merged]: shunit2: update to 2.1.8.
  2020-04-18  8:18 [PR PATCH] shunit2: update to 2.1.8 mobinmob
  2020-04-18 12:35 ` [PR PATCH] [Updated] " mobinmob
@ 2020-04-20 13:52 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-04-20 13:52 UTC (permalink / raw)
  To: ml

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

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

shunit2: update to 2.1.8.
https://github.com/void-linux/void-packages/pull/21112

Description:


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18  8:18 [PR PATCH] shunit2: update to 2.1.8 mobinmob
2020-04-18 12:35 ` [PR PATCH] [Updated] " mobinmob
2020-04-20 13:52 ` [PR PATCH] [Merged]: " Hoshpak

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