106.0.5237.0

This commit is contained in:
StarterX4 2022-08-16 17:13:22 +02:00
parent 815ad77727
commit abfba03ad9
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = thorium-browser-bin
pkgdesc = Chromium fork focused on high performance and security.
pkgver = 106.0.5212.0
pkgver = 106.0.5237.0
pkgrel = 1
url = https://github.com/Alex313031/Thorium
install = thorium-browser.install
@ -20,9 +20,9 @@ pkgbase = thorium-browser-bin
optdepends = kwallet: for storing passwords in KWallet
options = !emptydirs
options = !strip
source = https://dl.thorium.rocks/debian/dists/stable/main/binary-amd64/thorium-browser_106.0.5212.0-1_amd64.deb
source = https://github.com/Alex313031/Thorium/releases/download/M106.0.5237.0/thorium-browser_106.0.5237.0_amd64.deb
source = thorium-browser.sh
sha512sums = 21e94067cd91cc4e9d1405f57f44c192d334cf2694de974bc7eaefd3673c0e6f1f26b110018d1e0b3f06934b55932fcf66bbecdbc15bd48921ca290bde67634e
sha512sums = 013cd7033e51da920fb9313be2f98781fd8634149a3192cbc4169ee27f57579adceef3328e57f678725b48b930291e0d66452848825cf7349bfa14299cda256b
sha512sums = 5e34cfbd67d86b31292a61eb5dcee68aeb2c4818bb557fa9aee458215eef8042c57be43b2250f5d89a66df90e4df6473a85688aa63ba2255e789d0f37ed83d8b
pkgname = thorium-browser-bin

View file

@ -2,7 +2,7 @@
_pkgname=thorium-browser
pkgname=${_pkgname}-bin
pkgver=106.0.5212.0
pkgver=106.0.5237.0
pkgrel=1
pkgdesc="Chromium fork focused on high performance and security."
arch=('x86_64')
@ -26,9 +26,9 @@ optdepends=(
)
options=('!emptydirs' '!strip')
install=$_pkgname.install
source=("https://dl.thorium.rocks/debian/dists/stable/main/binary-amd64/${_pkgname}_${pkgver}-1_amd64.deb"
source=("https://github.com/Alex313031/Thorium/releases/download/M${pkgver}/${_pkgname}_${pkgver}_amd64.deb" #Not in repo yet?
"$_pkgname.sh")
sha512sums=('21e94067cd91cc4e9d1405f57f44c192d334cf2694de974bc7eaefd3673c0e6f1f26b110018d1e0b3f06934b55932fcf66bbecdbc15bd48921ca290bde67634e'
sha512sums=('013cd7033e51da920fb9313be2f98781fd8634149a3192cbc4169ee27f57579adceef3328e57f678725b48b930291e0d66452848825cf7349bfa14299cda256b'
'5e34cfbd67d86b31292a61eb5dcee68aeb2c4818bb557fa9aee458215eef8042c57be43b2250f5d89a66df90e4df6473a85688aa63ba2255e789d0f37ed83d8b')
package() {