138.0.7204.303

This commit is contained in:
xiota 2026-02-21 20:11:40 +00:00
parent daa1b4fe8b
commit becc342ff9
2 changed files with 6 additions and 6 deletions

View file

@ -1,17 +1,17 @@
pkgbase = thorium-browser-bin
pkgdesc = Chromium fork focused on high performance and security
pkgver = 138.0.7204.300
pkgver = 138.0.7204.303
pkgrel = 1
url = https://github.com/Alex313031/thorium
install = thorium-browser.install
arch = x86_64
license = BSD-3-Clause
noextract = thorium-browser_138.0.7204.300_SSE3.deb
noextract = thorium-browser_138.0.7204.303_SSE3.deb
options = !emptydirs
options = !strip
options = !debug
source = https://github.com/Alex313031/thorium/releases/download/M138.0.7204.300/thorium-browser_138.0.7204.300_SSE3.deb
sha256sums = 24ec07b74fb2f920fdca16b909f917131bcc6d2cec873546a92e5269ac838b58
source = https://github.com/Alex313031/thorium/releases/download/M138.0.7204.303/thorium-browser_138.0.7204.303_SSE3.deb
sha256sums = bacb67c4b8a4e685e505c09d46c7f55cdd5f66ed2e75b970fc3b63d59314563e
pkgname = thorium-browser-bin
depends = alsa-lib

View file

@ -5,7 +5,7 @@
_pkgname="thorium-browser"
pkgname="$_pkgname-bin"
pkgbase="$pkgname"
pkgver=138.0.7204.300
pkgver=138.0.7204.303
pkgrel=1
pkgdesc="Chromium fork focused on high performance and security"
url="https://github.com/Alex313031/thorium"
@ -21,7 +21,7 @@ _dl_filename="${_pkgname}_${pkgver}_SSE3.deb"
noextract+=("$_dl_filename")
source=("$_dl_url/$_dl_filename")
sha256sums=('24ec07b74fb2f920fdca16b909f917131bcc6d2cec873546a92e5269ac838b58')
sha256sums=('bacb67c4b8a4e685e505c09d46c7f55cdd5f66ed2e75b970fc3b63d59314563e')
prepare() {
install -Dm644 /dev/stdin "$_pkgname.sh" << END