Skip to content

Commit

Permalink
go-md2man: Update to v2.0.4
Browse files Browse the repository at this point in the history
Release notes available [here](https://github.com/cpuguy83/go-md2man/releases/tag/v2.0.4)

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Mar 22, 2024
1 parent 969d5ba commit 9ca66e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ tasks:
sh: git rev-parse --show-prefix
REF:
sh: git rev-list -1 HEAD "{{ .USER_WORKING_DIR }}"
PUBLISH_COMMENT: '{{ .PUBLISH_COMMENT | default "" | b64enc }}'
cmds:
- ssh build-controller@build.getsol.us build "{{ .SOURCE }}" "{{ .TAG }}" "{{ .PATH }}" "{{ .REF }}"
- ssh build-controller@build.getsol.us build "{{ .SOURCE }}" "{{ .TAG }}" "{{ .PATH }}" "{{ .REF }}" "{{ .PUBLISH_COMMENT }}"

# Other utilities
check:
Expand Down
11 changes: 7 additions & 4 deletions packages/g/go-md2man/package.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
name : go-md2man
version : 2.0.3
release : 4
version : 2.0.4
release : 5
source :
- https://github.com/cpuguy83/go-md2man/archive/v2.0.3.tar.gz : 7ca3a04bb4ab83387538235decc42a535097a05d2fb9f2266d0c47b33119501f
- https://github.com/cpuguy83/go-md2man/archive/v2.0.4.tar.gz : b0a4c7c077ede56967deef6ab7e7696c0f46124b0b3360fd05564ec5a536f11f
license : MIT
component : system.utils
summary : A utility to convert md-files to man pages
description: |
A utility to convert md-files to man pages
networking : yes
builddeps :
- golang
build : |
export GOFLAGS="-buildmode=pie -mod=vendor -trimpath"
# export GOFLAGS="-buildmode=pie -mod=vendor -trimpath"
# -mod=vendor temporarily disabled due to lockfile shenanigans
export GOFLAGS="-buildmode=pie -trimpath"
go build -o go-md2man .
# Bonus, this also checks that go-md2man is working:
Expand Down
6 changes: 3 additions & 3 deletions packages/g/go-md2man/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
</Files>
</Package>
<History>
<Update release="4">
<Date>2024-03-15</Date>
<Version>2.0.3</Version>
<Update release="5">
<Date>2024-03-22</Date>
<Version>2.0.4</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
Expand Down

0 comments on commit 9ca66e0

Please sign in to comment.