* [PR PATCH] mdcat: update to 2.0.0
@ 2023-04-15 17:03 cinerea0
2023-04-17 3:33 ` cinerea0
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2023-04-15 17:03 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/43462
mdcat: update to 2.0.0
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/43462.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mdcat-43462.patch --]
[-- Type: text/x-diff, Size: 1087 bytes --]
From 256bba66ebf01cd3cfa00b3856a045af5d03646d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 15 Apr 2023 13:00:33 -0400
Subject: [PATCH] mdcat: update to 2.0.0
---
srcpkgs/mdcat/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template
index 9e5e98fe394f..637dfb6a28e1 100644
--- a/srcpkgs/mdcat/template
+++ b/srcpkgs/mdcat/template
@@ -1,6 +1,6 @@
# Template file for 'mdcat'
pkgname=mdcat
-version=1.1.1
+version=2.0.0
revision=1
build_style=cargo
hostmakedepends="pkg-config ruby-asciidoctor"
@@ -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=2757e1a26a7843c673c2aecd1866c1714af74883ebb0c4195384a62b6a7627ec
+checksum=f3e432df3148f480a073fef97e6e1d1158e6efe89ab745422aa7e2071d198f14
make_check=ci-skip # uses network tests which fail in CI
case "$XBPS_TARGET_MACHINE" in
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mdcat: update to 2.0.0
2023-04-15 17:03 [PR PATCH] mdcat: update to 2.0.0 cinerea0
@ 2023-04-17 3:33 ` cinerea0
2023-04-17 14:49 ` [PR PATCH] [Updated] " cinerea0
2023-04-20 11:53 ` [PR PATCH] [Merged]: mdcat: update to 2.0.1 abenson
2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-04-17 3:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 208 bytes --]
New comment by cinerea0 on void-packages repository
https://github.com/void-linux/void-packages/pull/43462#issuecomment-1510645306
Comment:
2.0.1 has been released; marking as draft until I'm done testing.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] mdcat: update to 2.0.0
2023-04-15 17:03 [PR PATCH] mdcat: update to 2.0.0 cinerea0
2023-04-17 3:33 ` cinerea0
@ 2023-04-17 14:49 ` cinerea0
2023-04-20 11:53 ` [PR PATCH] [Merged]: mdcat: update to 2.0.1 abenson
2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-04-17 14:49 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/43462
mdcat: update to 2.0.0
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/43462.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mdcat-43462.patch --]
[-- Type: text/x-diff, Size: 1087 bytes --]
From 5f015b96f13db07d110df36081867d3a798da641 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 17 Apr 2023 10:49:20 -0400
Subject: [PATCH] mdcat: update to 2.0.1
---
srcpkgs/mdcat/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template
index 9e5e98fe394f..f2c21327a10a 100644
--- a/srcpkgs/mdcat/template
+++ b/srcpkgs/mdcat/template
@@ -1,6 +1,6 @@
# Template file for 'mdcat'
pkgname=mdcat
-version=1.1.1
+version=2.0.1
revision=1
build_style=cargo
hostmakedepends="pkg-config ruby-asciidoctor"
@@ -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=2757e1a26a7843c673c2aecd1866c1714af74883ebb0c4195384a62b6a7627ec
+checksum=d6da2edaeaeec646eebeda13de6ae8a5185f0257342b48740b3f40c7b20b5c96
make_check=ci-skip # uses network tests which fail in CI
case "$XBPS_TARGET_MACHINE" in
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: mdcat: update to 2.0.1
2023-04-15 17:03 [PR PATCH] mdcat: update to 2.0.0 cinerea0
2023-04-17 3:33 ` cinerea0
2023-04-17 14:49 ` [PR PATCH] [Updated] " cinerea0
@ 2023-04-20 11:53 ` abenson
2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2023-04-20 11:53 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 2.0.1
https://github.com/void-linux/void-packages/pull/43462
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-04-20 11:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-15 17:03 [PR PATCH] mdcat: update to 2.0.0 cinerea0
2023-04-17 3:33 ` cinerea0
2023-04-17 14:49 ` [PR PATCH] [Updated] " cinerea0
2023-04-20 11:53 ` [PR PATCH] [Merged]: mdcat: update to 2.0.1 abenson
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).