Skip to content

Commit

Permalink
upd(thorium-deb): 114.0.5735.134 -> 115.0.5790.172 (#4231)
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Aug 18, 2023
1 parent 8a7d6e3 commit b1e7b00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/thorium-deb/thorium-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name="thorium-deb"
gives="thorium-browser"
pkgver="114.0.5735.134"
pkgver="115.0.5790.172"
if [[ ${CARCH} == "arm64" ]]; then
url="https://github.com/Alex313031/Thorium-Special/releases/download/M${pkgver}-1/${gives}_${pkgver}_${CARCH}.deb"
hash="dfebb2acadf3018875e1aab8e5b0d61e533953a87fff7c441ed8a33dd1c5a6f3"
url="https://github.com/Alex313031/Thorium-Raspi/releases/download/${pkgver}/${gives}_${pkgver}_${CARCH}.deb"
hash="ef5d78990afd676aa1a5c090493f3155db10c45b6978691bc0c326256b9b03e4"
arch=("arm64")
else
url="https://github.com/Alex313031/thorium/releases/download/M${pkgver}/${gives}_${pkgver}_${CARCH}.deb"
hash="9fc0ec9f690d9b9fec19e8f454a05da609e8bc7203790575f940f0292b71cf9a"
hash="10fe1bd39e52a95fe1d155d89a1c0a19519ecc57f4ac8162b6d47ba271103450"
arch=('amd64')
fi
maintainer="Oren Klopfer <[email protected]>"
Expand Down

0 comments on commit b1e7b00

Please sign in to comment.