Skip to content

Commit

Permalink
fix(thorium-deb): arm64 link changed
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Dec 18, 2023
1 parent 36fe769 commit 788af76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/thorium-deb/thorium-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gives="thorium-browser"
pkgver="117.0.5938.157"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
url="https://github.com/Alex313031/Thorium-Raspi/releases/download/${pkgver}/${gives}_${pkgver}_${CARCH}.deb"
url="https://github.com/Alex313031/Thorium-Raspi/releases/download/M${pkgver}/${gives}_${pkgver}_${CARCH}.deb"
hash="526c851d042702e5648ae959d60f7956c68473481bc5e507cdb1db7f0e9dac14"
else
url="https://github.com/Alex313031/thorium/releases/download/M${pkgver}/${gives}_${pkgver}_${CARCH}.deb"
Expand Down

0 comments on commit 788af76

Please sign in to comment.