File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 33#
44PROJECT = fdx
55
6- GIT_ORG_OR_PERSON = rsdoiel
6+ GIT_GROUP = rsdoiel
77
88RELEASE_DATE =$(shell date +'% Y-% m-% d')
99
@@ -84,7 +84,7 @@ about.md: .FORCE
8484 @if [ -f _codemeta.json ]; then rm _codemeta.json; fi
8585
8686installer.sh : .FORCE
87- @echo ' ' | pandoc --metadata title=" Installer" --metadata-file codemeta.json --template codemeta-installer.tmpl > installer.sh
87+ @echo ' ' | pandoc --metadata title=" Installer" --metadata git_org_or_person= " $( GIT_GROUP ) " --metadata -file codemeta.json --template codemeta-installer.tmpl > installer.sh
8888 @chmod 775 installer.sh
8989 @git add -f installer.sh
9090
Original file line number Diff line number Diff line change 55#
66PACKAGE=" $name $"
77VERSION=" $version $"
8- GIT_ORG_OR_PERSON =" $git_org_or_person $"
9- RELEASE=" https://github.com/$$ GIT_ORG_OR_PERSON /$$ PACKAGE/releases/tag/v$$ VERSION"
8+ GIT_GROUP =" $git_org_or_person $"
9+ RELEASE=" https://github.com/$$ GIT_GROUP /$$ PACKAGE/releases/tag/v$$ VERSION"
1010
1111#
1212# Get the name of this script.
@@ -32,7 +32,7 @@ ZIPFILE="$$PACKAGE-v$$VERSION-$$OS_NAME-$$MACHINE.zip"
3232#
3333# Check to see if this zip file has been downloaded.
3434#
35- DOWNLOAD_URL=" https://github.com/$$ GIT_ORG_OR_PERSON /$$ PACKAGE/releases/download/v$$ VERSION/$$ ZIPFILE"
35+ DOWNLOAD_URL=" https://github.com/$$ GIT_GROUP /$$ PACKAGE/releases/download/v$$ VERSION/$$ ZIPFILE"
3636if ! curl -L -o " $$ HOME/Downloads/$$ ZIPFILE" " $$ DOWNLOAD_URL" ; then
3737 echo " Curl failed to get $$ DOWNLOAD_URL"
3838fi
Original file line number Diff line number Diff line change 55#
66PACKAGE=" fdx"
77VERSION=" 1.0.0"
8- GIT_ORG_OR_PERSON= " "
9- RELEASE=" https://github.com/$GIT_ORG_OR_PERSON /$PACKAGE /releases/tag/v$VERSION "
8+ GIT_GROUP= " rsdoiel "
9+ RELEASE=" https://github.com/$GIT_GROUP /$PACKAGE /releases/tag/v$VERSION "
1010
1111#
1212# Get the name of this script.
@@ -32,7 +32,7 @@ ZIPFILE="$PACKAGE-v$VERSION-$OS_NAME-$MACHINE.zip"
3232#
3333# Check to see if this zip file has been downloaded.
3434#
35- DOWNLOAD_URL=" https://github.com/$GIT_ORG_OR_PERSON /$PACKAGE /releases/download/v$VERSION /$ZIPFILE "
35+ DOWNLOAD_URL=" https://github.com/$GIT_GROUP /$PACKAGE /releases/download/v$VERSION /$ZIPFILE "
3636if ! curl -L -o " $HOME /Downloads/$ZIPFILE " " $DOWNLOAD_URL " ; then
3737 echo " Curl failed to get $DOWNLOAD_URL "
3838fi
Original file line number Diff line number Diff line change 88 ReleaseDate = "2023-05-19"
99
1010 // ReleaseHash, the Git hash when version.go was generated
11- ReleaseHash = "b35bc69 "
11+ ReleaseHash = "8f71f5b "
1212
1313 LicenseText = `
1414BSD 2-Clause License
You can’t perform that action at this time.
0 commit comments