From 25f4721c71cdbaa42165e87fb6aa93e9c261e748 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 14 Aug 2025 16:42:39 -0400 Subject: ci: aur is down --- packages/opencode/script/publish.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts index 4365ef14d..74cd3dfa6 100755 --- a/packages/opencode/script/publish.ts +++ b/packages/opencode/script/publish.ts @@ -97,7 +97,7 @@ 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 + /* AUR package - commented out as AUR is down const pkgbuild = [ "# Maintainer: dax", "# Maintainer: adam", @@ -136,6 +136,7 @@ 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 = [ -- cgit v1.2.3