Skip to content

Commit

Permalink
Update download links to 0.1.8 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi authored Aug 22, 2023
1 parent 534e74b commit 6956c50
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Tests
run: ./bin/test.sh
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Build the Docker image
run: docker build -t companyzero/bisonrelay-web:$(date +%s) .
26 changes: 13 additions & 13 deletions src/data/download_links.yml
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
release_notes: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.7"
release_notes: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.8"
macos:
cli:
msg: "CLI client for macOS"
example_filename: "brclient-darwin-amd64-v0.1.7"
example_filename: "brclient-darwin-amd64-0.1.8"
links:
-
os: macOS
arch: amd64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.7/brclient-darwin-amd64-v0.1.7"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.8/brclient-darwin-amd64-0.1.8"
-
os: macOS
arch: arm64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.7/brclient-darwin-arm64-v0.1.7"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.8/brclient-darwin-arm64-0.1.8"

gui:
msg: "GUI client for macOS"
links:
-
os: macOS
arch: amd64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.7/BisonRelay-darwin-amd64-v0.1.7.dmg"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.8/BisonRelay-darwin-amd64-v0.1.8.dmg"

linux:
cli:
msg: "CLI client for Linux"
example_filename: "brclient-linux-amd64-v0.1.7"
example_filename: "brclient-linux-amd64-0.1.8"
links:
-
os: Linux
arch: amd64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.7/brclient-linux-amd64-v0.1.7"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.8/brclient-linux-amd64-0.1.8"
-
os: Linux
arch: arm64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.7/brclient-linux-arm64-v0.1.7"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.8/brclient-linux-arm64-0.1.8"
gui:
msg: "GUI client for Linux"
links:
-
os: Ubuntu/Debian
arch: amd64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.7/BisonRelay-v0.1.7.AppImage"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.8/BisonRelay-v0.1.8.AppImage"
-
os: Other Linux
arch: amd64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.7/bisonrelay-linux-amd64-v0.1.7.tar.gz"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.8/bisonrelay-linux-amd64-v0.1.8.tar.gz"

windows:
cli:
msg: "CLI client for Windows"
example_filename: "brclient-windows-amd64-v0.1.7.exe"
example_filename: "brclient-windows-amd64-0.1.8.exe"
links:
-
os: Windows
arch: amd64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.7/brclient-windows-amd64-v0.1.7.exe"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.8/brclient-windows-amd64-0.1.8.exe"
gui:
msg: "GUI client for Windows"
links:
-
os: Windows
arch: amd64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.7/bisonrelay-windows-amd64-v0.1.7.msix"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.8/bisonrelay-windows-amd64-v0.1.8.msix"

0 comments on commit 6956c50

Please sign in to comment.