Skip to content

Commit

Permalink
fix(rhino-setup-bin): malformed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Jul 14, 2023
1 parent 6ece5e9 commit d21d467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/rhino-setup-bin/rhino-setup-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ gives="rhino-setup"
description="Rhino Linux Setup Prompt"
maintainer="Oren Klopfer <oren@taumoda.com>"
incompatible=("debian:*")
version="v1.5-beta7"
version="1.5-beta7"
replace=("${gives}" "${gives}-git")

if [[ ${CARCH} == arm64 ]]; then
url="https://github.com/rhino-linux/${gives}/releases/download/${version}/${gives}_${version}_${CARCH}.zip"
url="https://github.com/rhino-linux/${gives}/releases/download/v${version}/${gives}_v${version}_${CARCH}.zip"
hash="3cf52a0d9cfa6b418db0067dc0cbfc00b6f69465b649f5a235dc802522f4b64c"
arch=('arm64')
else
url="https://github.com/rhino-linux/${gives}/releases/download/${version}/${gives}_${version}_${CARCH}.zip"
url="https://github.com/rhino-linux/${gives}/releases/download/v${version}/${gives}_v${version}_${CARCH}.zip"
hash="5455bd4eb60fb3b75c8320ef4bbd0b26f6cbdfe0677b803b0e05cd791431583c"
arch=('amd64')
fi
Expand Down

0 comments on commit d21d467

Please sign in to comment.