We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c9db1 commit 1bbf6d3Copy full SHA for 1bbf6d3
1 file changed
packages/opencode/script/publish.ts
@@ -97,7 +97,6 @@ if (!snapshot) {
97
const macX64Sha = await $`sha256sum ./dist/opencode-darwin-x64.zip | cut -d' ' -f1`.text().then((x) => x.trim())
98
const macArm64Sha = await $`sha256sum ./dist/opencode-darwin-arm64.zip | cut -d' ' -f1`.text().then((x) => x.trim())
99
100
- /* AUR package - commented out as AUR is down
101
const pkgbuild = [
102
"# Maintainer: dax",
103
"# Maintainer: adam",
@@ -136,7 +135,6 @@ if (!snapshot) {
136
135
await $`cd ./dist/aur-${pkg} && git commit -m "Update to v${version}"`
137
if (!dry) await $`cd ./dist/aur-${pkg} && git push`
138
}
139
- */
140
141
// Homebrew formula
142
const homebrewFormula = [
0 commit comments