summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-20 12:46:06 -0400
committerDax Raad <[email protected]>2025-08-20 12:46:17 -0400
commit1bbf6d38e5763fd641952f7c1b9236f646537d26 (patch)
treef213197c75f00e007a4b74dafa2c5e02dda671db
parentc9c9db1e8d994231a0943141b0bbc1b21be5d91f (diff)
downloadopencode-1bbf6d38e5763fd641952f7c1b9236f646537d26.tar.gz
opencode-1bbf6d38e5763fd641952f7c1b9236f646537d26.zip
ci: turn back on aur
-rwxr-xr-xpackages/opencode/script/publish.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts
index 74cd3dfa6..7076b2d4d 100755
--- a/packages/opencode/script/publish.ts
+++ b/packages/opencode/script/publish.ts
@@ -97,7 +97,6 @@ if (!snapshot) {
const macX64Sha = await $`sha256sum ./dist/opencode-darwin-x64.zip | cut -d' ' -f1`.text().then((x) => x.trim())
const macArm64Sha = await $`sha256sum ./dist/opencode-darwin-arm64.zip | cut -d' ' -f1`.text().then((x) => x.trim())
- /* AUR package - commented out as AUR is down
const pkgbuild = [
"# Maintainer: dax",
"# Maintainer: adam",
@@ -136,7 +135,6 @@ if (!snapshot) {
await $`cd ./dist/aur-${pkg} && git commit -m "Update to v${version}"`
if (!dry) await $`cd ./dist/aur-${pkg} && git push`
}
- */
// Homebrew formula
const homebrewFormula = [