Skip to content

Commit e38d9d3

Browse files
committed
missed some
1 parent 7f3f6fa commit e38d9d3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

audit/audit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!//usr/bin/env -S pkgx +git +gh deno run --allow-env --allow-read --allow-run --allow-net --ext=ts
1+
#!//usr/bin/env -S pkgx +git +gh deno^1 run --allow-env --allow-read --allow-run --allow-net --ext=ts
22

33
import { Command } from "cliffy/command/mod.ts"
44
import { swallow } from "brewkit/utils.ts"

bin/bk-edit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S pkgx +deno +git bash
1+
#!/usr/bin/env -S pkgx +deno^1 +git bash
22

33
set -eo pipefail
44

build/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S pkgx +rsync +git +bash +gum +gh +curl +bzip2 +xz +unzip +lzip +column deno run --ext=ts --allow-env --allow-read --allow-write --allow-run --allow-net
1+
#!/usr/bin/env -S pkgx +rsync +git +bash +gum +gh +curl +bzip2 +xz +unzip +lzip +column deno^1 run --ext=ts --allow-env --allow-read --allow-write --allow-run --allow-net
22

33
import make_build_script from "brewkit/porcelain/build-script.ts"
44
import { gum, rsync } from "brewkit/utils.ts"

id/id.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S pkgx +git +gh deno run --allow-env --allow-net --allow-write --allow-run=gh,pkgx --allow-read
1+
#!/usr/bin/env -S pkgx +git +gh deno^1 run --allow-env --allow-net --allow-write --allow-run=gh,pkgx --allow-read
22

33
import resolve_pkg from "brewkit/resolve-pkg.ts"
44

lib/bin/fix-elf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S pkgx +nixos.org/patchelf=0.17.2 +darwinsys.com/file^5 deno run -A
1+
#!/usr/bin/env -S pkgx +nixos.org/patchelf=0.17.2 +darwinsys.com/file^5 deno^1 run -A
22

33
// FIXME ^^ patchelf 0.18.0 has a regression that breaks libraries
44
// https://github.com/NixOS/patchelf/issues/492#issuecomment-1561912775

scripts/publish-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S pkgx +git +gh +jq +gum +npx +deno bash
1+
#!/usr/bin/env -S pkgx +git +gh +jq +gum +npx +deno^1 bash
22

33
set -eo pipefail
44

test/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S pkgx +bash +gum +gh +rsync deno run --ext=ts --allow-env --allow-read --allow-write --allow-net --allow-run
1+
#!/usr/bin/env -S pkgx +bash +gum +gh +rsync deno^1 run --ext=ts --allow-env --allow-read --allow-write --allow-net --allow-run
22

33
//TODO net required because we go to github for version info, but really we should require
44
// a built product that is then recorded for us to use

0 commit comments

Comments
 (0)