diff options
author | networkException <ungoogled-github-actions.arch@nwex.de> | 2024-09-12 00:14:14 +0000 |
---|---|---|
committer | networkException <ungoogled-github-actions.arch@nwex.de> | 2024-09-12 00:14:14 +0000 |
commit | 3f6a487460745b0a3d3a7b1c5ebe67f31331c554 (patch) | |
tree | d4d004564e02a06023e8a3d9750f8f2292f34476 | |
parent | 58e738c5b2097618e67381105b23dd8fe928ff00 (diff) | |
download | ungoogled-chromium-3f6a487460745b0a3d3a7b1c5ebe67f31331c554.tar.gz ungoogled-chromium-3f6a487460745b0a3d3a7b1c5ebe67f31331c554.tar.bz2 ungoogled-chromium-3f6a487460745b0a3d3a7b1c5ebe67f31331c554.zip |
Upgrade to 128.0.6613.137-1
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = ungoogled-chromium pkgdesc = A lightweight approach to removing Google web service dependency - pkgver = 128.0.6613.119 + pkgver = 128.0.6613.137 pkgrel = 1 url = https://github.com/ungoogled-software/ungoogled-chromium arch = x86_64 @@ -54,13 +54,13 @@ pkgbase = ungoogled-chromium optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce optdepends = kwallet: support for storing passwords in KWallet on Plasma optdepends = upower: Battery Status API support - provides = chromium=128.0.6613.119 - provides = chromedriver=128.0.6613.119 + provides = chromium=128.0.6613.137 + provides = chromedriver=128.0.6613.137 conflicts = chromium conflicts = chromedriver options = !lto - source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-128.0.6613.119.tar.xz - source = ungoogled-chromium-128.0.6613.119-1.tar.gz::https://github.com/ungoogled-software/ungoogled-chromium/archive/128.0.6613.119-1.tar.gz + source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-128.0.6613.137.tar.xz + source = ungoogled-chromium-128.0.6613.137-1.tar.gz::https://github.com/ungoogled-software/ungoogled-chromium/archive/128.0.6613.137-1.tar.gz source = https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz source = allow-ANGLEImplementation-kVulkan.patch source = compiler-rt-adjust-paths.patch @@ -71,8 +71,8 @@ pkgbase = ungoogled-chromium source = 0001-ozone-wayland-implement-text_input_manager_v3.patch source = 0001-ozone-wayland-implement-text_input_manager-fixes.patch source = 0001-vaapi-flag-ozone-wayland.patch - sha256sums = aab6b931e9c44217e5a7e9b5397961beda83a5905bac8aa96f8b825a2cab1b2d - sha256sums = c0b224538ee003fa4db928a014f25d5bffb067fa240452d67a2ead9bfd795059 + sha256sums = e1d39c170dfdc2627a7b003e11d77f04a578b8e1cfe41e714cdaa345c91f4943 + sha256sums = 94e2f80f72b1c0f791c826c734a676cd0cb60ebaaf2a8a4941a8475a15f5508d sha256sums = 213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a sha256sums = 1a5bc75a90abad153c8eb6dbdce138132a5f11190b0a40c925958a72d706b2aa sha256sums = b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961 @@ -9,13 +9,13 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=ungoogled-chromium -pkgver=128.0.6613.119 +pkgver=128.0.6613.137 pkgrel=1 _launcher_ver=8 _system_clang=1 # ungoogled chromium variables _uc_usr=ungoogled-software -_uc_ver=128.0.6613.119-1 +_uc_ver=128.0.6613.137-1 pkgdesc="A lightweight approach to removing Google web service dependency" arch=('x86_64') url="https://github.com/ungoogled-software/ungoogled-chromium" @@ -47,8 +47,8 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom 0001-ozone-wayland-implement-text_input_manager_v3.patch 0001-ozone-wayland-implement-text_input_manager-fixes.patch 0001-vaapi-flag-ozone-wayland.patch) -sha256sums=('aab6b931e9c44217e5a7e9b5397961beda83a5905bac8aa96f8b825a2cab1b2d' - 'c0b224538ee003fa4db928a014f25d5bffb067fa240452d67a2ead9bfd795059' +sha256sums=('e1d39c170dfdc2627a7b003e11d77f04a578b8e1cfe41e714cdaa345c91f4943' + '94e2f80f72b1c0f791c826c734a676cd0cb60ebaaf2a8a4941a8475a15f5508d' '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a' '1a5bc75a90abad153c8eb6dbdce138132a5f11190b0a40c925958a72d706b2aa' 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961' |