Skip to content

Commit

Permalink
Update links to v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi committed May 10, 2024
1 parent add581b commit ecec47b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- name: Build the Docker image
run: docker build -t companyzero/bisonrelay-web:$(date +%s) .
28 changes: 14 additions & 14 deletions src/data/download_links.yml
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
release_notes: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.10"
release_notes: "https://github.com/companyzero/bisonrelay/releases/tag/v0.2.0"
andr:
gui:
msg: "Android APK File"
links:
-
os: Android
arch: arm64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.10/bisonrelay-android-v0.1.10.apk"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.2.0/bisonrelay-android-v0.2.0.apk"

macos:
cli:
msg: "CLI client for macOS"
example_filename: "brclient-darwin-amd64-v0.1.10"
example_filename: "brclient-darwin-amd64-v0.2.0"
links:
-
os: macOS
arch: amd64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.10/brclient-darwin-amd64-v0.1.10"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.2.0/brclient-darwin-amd64-v0.2.0"
-
os: macOS
arch: arm64
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.1.10/brclient-darwin-arm64-v0.1.10"
url: "https://github.com/companyzero/bisonrelay/releases/download/v0.2.0/brclient-darwin-arm64-v0.2.0"

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

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

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

0 comments on commit ecec47b

Please sign in to comment.