128.0.6613.189

This commit is contained in:
xiota 2024-10-19 05:32:10 +00:00
parent b2f34dd638
commit 79d2a582ec
2 changed files with 8 additions and 8 deletions

View file

@ -1,19 +1,19 @@
pkgbase = thorium-browser-bin
pkgdesc = Chromium fork focused on high performance and security
pkgver = 126.0.6478.231
pkgrel = 4
pkgver = 128.0.6613.189
pkgrel = 1
url = https://github.com/Alex313031/Thorium
install = thorium-browser.install
arch = i386
arch = x86_64
arch = x86_64_v2
arch = x86_64_v3
license = BSD
noextract = thorium-browser_126.0.6478.231_SSE3.deb
license = BSD-3-Clause
noextract = thorium-browser_128.0.6613.189_SSE3.deb
options = !emptydirs
options = !strip
options = !debug
source = https://github.com/Alex313031/Thorium/releases/download/M126.0.6478.231/thorium-browser_126.0.6478.231_SSE3.deb
source = https://github.com/Alex313031/Thorium/releases/download/M128.0.6613.189/thorium-browser_128.0.6613.189_SSE3.deb
source = PKGBUILD.avx2
source = PKGBUILD.base
source = PKGBUILD.i386

View file

@ -5,11 +5,11 @@
_pkgname="thorium-browser"
pkgname="$_pkgname-bin"
pkgbase="$pkgname"
pkgver=126.0.6478.231
pkgrel=4
pkgver=128.0.6613.189
pkgrel=1
pkgdesc="Chromium fork focused on high performance and security"
url="https://github.com/Alex313031/Thorium"
license=('BSD')
license=('BSD-3-Clause')
arch=('i386' 'x86_64' 'x86_64_v2' 'x86_64_v3')
options=('!emptydirs' '!strip' '!debug')