We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050d673 commit b0bafa9Copy full SHA for b0bafa9
Eufile
@@ -81,6 +81,6 @@ new-package: cargo { package: { version: new-version } }
81
doc: "Shell incantation to generate homebrew forumula for latest release"}
82
formula-sh: "
83
curl https://api.github.com/repos/curvelogic/eucalypt/releases/latest > latest.json
84
-curl -L $(cat latest.json | eu ci/formula.eu -t latest-asset-url) | shasum -a 256 > shasum.txt
+curl -L $(cat latest.json | eu - ci/formula.eu -t latest-asset-url) | shasum -a 256 > shasum.txt
85
eu -t formula shasum=shasum.txt latest=latest.json ci/formula.eu
86
"
0 commit comments