Skip to content

Commit 310fdc9

Browse files
committed
Merge branch 'main' of github.com:fawdyinc/shellguard
2 parents ede074f + 1f21afa commit 310fdc9

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.goreleaser.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,26 @@ builds:
1010
goos:
1111
- darwin
1212
- linux
13+
- windows
1314
goarch:
1415
- amd64
1516
- arm64
1617

1718
archives:
1819
- formats:
1920
- tar.gz
21+
format_overrides:
22+
- goos: windows
23+
formats:
24+
- zip
2025
name_template: "shellguard_{{ .Os }}_{{ .Arch }}"
2126

2227
homebrew_casks:
2328
- name: shellguard
2429
binaries:
2530
- shellguard
2631
repository:
27-
owner: jonchun
32+
owner: fawdyinc
2833
name: homebrew-tap
2934
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
3035
homepage: https://github.com/fawdyinc/shellguard
@@ -41,5 +46,5 @@ checksum:
4146

4247
release:
4348
github:
44-
owner: jonchun
49+
owner: fawdyinc
4550
name: shellguard

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Commands are restricted to a curated set of observation and diagnostic tools. De
1616
### Install
1717

1818
```bash
19-
brew install jonchun/tap/shellguard
19+
brew install fawdyinc/tap/shellguard
2020
```
2121

2222
Or download the latest binary:
2323

2424
```bash
25-
curl -fsSL https://raw.githubusercontent.com/jonchun/shellguard/main/install.sh | sh
25+
curl -fsSL https://raw.githubusercontent.com/fawdyinc/shellguard/main/install.sh | sh
2626
```
2727

2828
Or with Go:

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
REPO="jonchun/shellguard"
4+
REPO="fawdyinc/shellguard"
55
INSTALL_DIR="${SHELLGUARD_INSTALL_DIR:-/usr/local/bin}"
66

77
main() {

0 commit comments

Comments
 (0)