Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mmark: update to 2.2.22
@ 2021-12-12 13:14 bobertlo
  2021-12-14  2:24 ` [PR PATCH] [Updated] " bobertlo
  2021-12-15  0:52 ` [PR PATCH] [Merged]: mmark: update to 2.2.23 ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: bobertlo @ 2021-12-12 13:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bobertlo/void-packages mmark-2222
https://github.com/void-linux/void-packages/pull/34494

mmark: update to 2.2.22
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: yes

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

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

From 1f4adc5265144c8cac248d80344c72097c2ec2b2 Mon Sep 17 00:00:00 2001
From: Robert Lowry <bobertlo@gmail.com>
Date: Sun, 12 Dec 2021 07:07:18 -0600
Subject: [PATCH] mmark: update to 2.2.22

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

diff --git a/srcpkgs/mmark/template b/srcpkgs/mmark/template
index 0c6bb341dd55..03b0b8f8f018 100644
--- a/srcpkgs/mmark/template
+++ b/srcpkgs/mmark/template
@@ -1,16 +1,19 @@
 # Template file for 'mmark'
 pkgname=mmark
-version=2.2.10
+version=2.2.22
 revision=1
 build_style=go
-go_import_path=github.com/mmarkdown/mmark
-hostmakedepends="git"
+go_import_path=github.com/mmarkdown/mmark/v2
 short_desc="Powerful markdown processor geared towards the IETF"
 maintainer="Robert Lowry <bobertlo@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/mmarkdown/mmark/"
 distfiles="https://github.com/mmarkdown/mmark/archive/v${version}.tar.gz"
-checksum=1fc9d26b4c2910e72c7ee94c80d2fb1707aaae2d278204c68557ccd1802a2c08
+checksum=058fa75c35cbb2ab90431211e7b68d6c2029a97173d1a858eec13fd34f6d2bab
+
+do_check() {
+	go test ${go_import_path}
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] mmark: update to 2.2.22
  2021-12-12 13:14 [PR PATCH] mmark: update to 2.2.22 bobertlo
@ 2021-12-14  2:24 ` bobertlo
  2021-12-15  0:52 ` [PR PATCH] [Merged]: mmark: update to 2.2.23 ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: bobertlo @ 2021-12-14  2:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bobertlo/void-packages mmark-2222
https://github.com/void-linux/void-packages/pull/34494

mmark: update to 2.2.22
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: yes

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

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

From 48c56d2b48a7e99333614de84c3fa469fe431e98 Mon Sep 17 00:00:00 2001
From: Robert Lowry <bobertlo@gmail.com>
Date: Sun, 12 Dec 2021 07:07:18 -0600
Subject: [PATCH] mmark: update to 2.2.23

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

diff --git a/srcpkgs/mmark/template b/srcpkgs/mmark/template
index 0c6bb341dd55..e3200e95c32e 100644
--- a/srcpkgs/mmark/template
+++ b/srcpkgs/mmark/template
@@ -1,16 +1,19 @@
 # Template file for 'mmark'
 pkgname=mmark
-version=2.2.10
+version=2.2.23
 revision=1
 build_style=go
-go_import_path=github.com/mmarkdown/mmark
-hostmakedepends="git"
+go_import_path=github.com/mmarkdown/mmark/v2
 short_desc="Powerful markdown processor geared towards the IETF"
 maintainer="Robert Lowry <bobertlo@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/mmarkdown/mmark/"
 distfiles="https://github.com/mmarkdown/mmark/archive/v${version}.tar.gz"
-checksum=1fc9d26b4c2910e72c7ee94c80d2fb1707aaae2d278204c68557ccd1802a2c08
+checksum=8c4ebb780f86f17647de1d81532bf6900498ec48edcdf03de6ef6e68287ae510
+
+do_check() {
+	go test ./...
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: mmark: update to 2.2.23
  2021-12-12 13:14 [PR PATCH] mmark: update to 2.2.22 bobertlo
  2021-12-14  2:24 ` [PR PATCH] [Updated] " bobertlo
@ 2021-12-15  0:52 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2021-12-15  0:52 UTC (permalink / raw)
  To: ml

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

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

mmark: update to 2.2.23
https://github.com/void-linux/void-packages/pull/34494

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: yes

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

end of thread, other threads:[~2021-12-15  0:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12 13:14 [PR PATCH] mmark: update to 2.2.22 bobertlo
2021-12-14  2:24 ` [PR PATCH] [Updated] " bobertlo
2021-12-15  0:52 ` [PR PATCH] [Merged]: mmark: update to 2.2.23 ahesford

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