Skip to content

Commit

Permalink
textproc/go-md2man: update to 2.0.6
Browse files Browse the repository at this point in the history
What's Changed

    Fix typo, add links, and formatting by @grahammiln in #128
    README change binary name in usage example by @mikelolasagasti in #126
    gha: update golangci-lint to v1.62.2 by @thaJeztah in #131
    Preserve compatibility with go <= 1.17 by @thaJeztah in #130
    update minimum go version to go1.12, and test in gh by @thaJeztah in #129
  • Loading branch information
0323pin committed Dec 17, 2024
1 parent b9b8ccc commit ac93f81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/go-md2man/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.79 2024/09/17 03:33:00 pin Exp $
# $NetBSD: Makefile,v 1.80 2024/12/17 19:32:57 pin Exp $

DISTNAME= go-md2man-2.0.5
DISTNAME= go-md2man-2.0.6
MASTER_SITES= ${MASTER_SITE_GITHUB:=cpuguy83/}
CATEGORIES= textproc
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
8 changes: 4 additions & 4 deletions textproc/go-md2man/distinfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$NetBSD: distinfo,v 1.9 2024/09/17 03:33:00 pin Exp $
$NetBSD: distinfo,v 1.10 2024/12/17 19:32:57 pin Exp $

BLAKE2s (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = f0bc812b934149988d4ab1dcc12c2c63777f0a0d18126b5cba0e35ea880b775b
SHA512 (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = ac376a387fa39fe35dc4d073d8becd74e79f52e9d36b0a6628740dfe0e7c1f4fb6533fc262212663b105afcaa104082e055fa87d20cb3068359faae6dcba7738
Size (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = 42 bytes
BLAKE2s (github.com_russross_blackfriday_v2_@v_v2.1.0.zip) = 85686101dbbeab3cb9c505afd1304dbe587d6fd5c029748e5d8aaafba881f0c5
SHA512 (github.com_russross_blackfriday_v2_@v_v2.1.0.zip) = 11e29cdd7a8baee7995009755582c26eb819efd715e9dfa1442b5743c7bf5752188f0fa8f5ddb3452f05f371a280324406410b683609f6a510277d3e03b30ca0
Size (github.com_russross_blackfriday_v2_@v_v2.1.0.zip) = 122358 bytes
BLAKE2s (go-md2man-2.0.5.tar.gz) = 358a22b6589f904e85b75b122f1d4127347d6ef93b7195da443d629395d2af25
SHA512 (go-md2man-2.0.5.tar.gz) = a6d17218660cd42ee4cbef6834ad751bbc8fe2b97c2f35604ca049f4794c1b2cbba74b50054fea74a6d86fd5d4ab929148ff6a0a6d33095b4f3319dcd664ecf8
Size (go-md2man-2.0.5.tar.gz) = 10936 bytes
BLAKE2s (go-md2man-2.0.6.tar.gz) = a28b3fc63297d9e5b47e6dedf36e13b3bab9e7c6def55e2ba5e5d7a82e200300
SHA512 (go-md2man-2.0.6.tar.gz) = c6273040edf7e4c97851c0bfb5366ed0298e92ff1f7f4740104979f1cac17d6303b998ff75396a4264b164872886854e7dadfee3f139d76f684c1b6ca5512828
Size (go-md2man-2.0.6.tar.gz) = 11064 bytes

0 comments on commit ac93f81

Please sign in to comment.