Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mdcat: update to 1.1.1
@ 2023-04-02 16:54 cinerea0
  2023-04-02 18:29 ` [PR PATCH] [Updated] " cinerea0
  2023-04-02 19:11 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-04-02 16:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages mdcat
https://github.com/void-linux/void-packages/pull/43218

mdcat: update to 1.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From f6ffd1fe3a36cf276860d7f7995ada397c3efbd6 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Apr 2023 12:53:18 -0400
Subject: [PATCH] mdcat: update to 1.1.1

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

diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template
index 9d01ef361b55..951de7c89a4a 100644
--- a/srcpkgs/mdcat/template
+++ b/srcpkgs/mdcat/template
@@ -1,7 +1,7 @@
 # Template file for 'mdcat'
 pkgname=mdcat
-version=1.0.0
-revision=2
+version=1.1.1
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config ruby-asciidoctor"
 makedepends="openssl-devel"
@@ -13,7 +13,7 @@ license="MPL-2.0"
 homepage="https://github.com/swsnr/mdcat"
 changelog="https://raw.githubusercontent.com/swsnr/mdcat/main/CHANGELOG.md"
 distfiles="https://github.com/swsnr/mdcat/archive/refs/tags/mdcat-${version}.tar.gz"
-checksum=9776fddd6caa835a2b01a32bdab08a005855a2ce18b530da35ea95ddee30e0fb
+checksum=2757e1a26a7843c673c2aecd1866c1714af74883ebb0c4195384a62b6a7627ec
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

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

* Re: [PR PATCH] [Updated] mdcat: update to 1.1.1
  2023-04-02 16:54 [PR PATCH] mdcat: update to 1.1.1 cinerea0
@ 2023-04-02 18:29 ` cinerea0
  2023-04-02 19:11 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-04-02 18:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages mdcat
https://github.com/void-linux/void-packages/pull/43218

mdcat: update to 1.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From b75be8e3cba0ded0d19ba0983dab82b6f5be96a7 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Apr 2023 14:28:48 -0400
Subject: [PATCH] mdcat: update to 1.1.1

---
 srcpkgs/mdcat/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template
index 9d01ef361b55..9e5e98fe394f 100644
--- a/srcpkgs/mdcat/template
+++ b/srcpkgs/mdcat/template
@@ -1,7 +1,7 @@
 # Template file for 'mdcat'
 pkgname=mdcat
-version=1.0.0
-revision=2
+version=1.1.1
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config ruby-asciidoctor"
 makedepends="openssl-devel"
@@ -13,7 +13,8 @@ license="MPL-2.0"
 homepage="https://github.com/swsnr/mdcat"
 changelog="https://raw.githubusercontent.com/swsnr/mdcat/main/CHANGELOG.md"
 distfiles="https://github.com/swsnr/mdcat/archive/refs/tags/mdcat-${version}.tar.gz"
-checksum=9776fddd6caa835a2b01a32bdab08a005855a2ce18b530da35ea95ddee30e0fb
+checksum=2757e1a26a7843c673c2aecd1866c1714af74883ebb0c4195384a62b6a7627ec
+make_check=ci-skip  # uses network tests which fail in CI
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

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

* Re: [PR PATCH] [Merged]: mdcat: update to 1.1.1
  2023-04-02 16:54 [PR PATCH] mdcat: update to 1.1.1 cinerea0
  2023-04-02 18:29 ` [PR PATCH] [Updated] " cinerea0
@ 2023-04-02 19:11 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-04-02 19:11 UTC (permalink / raw)
  To: ml

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

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

mdcat: update to 1.1.1
https://github.com/void-linux/void-packages/pull/43218

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


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

end of thread, other threads:[~2023-04-02 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 16:54 [PR PATCH] mdcat: update to 1.1.1 cinerea0
2023-04-02 18:29 ` [PR PATCH] [Updated] " cinerea0
2023-04-02 19:11 ` [PR PATCH] [Merged]: " paper42

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