summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42fdef927889..098f2086fa63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ungoogled-chromium-xdg-bin
pkgdesc = A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)
- pkgver = 107.0.5304.110
+ pkgver = 107.0.5304.122
pkgrel = 2
url = https://github.com/Eloston/ungoogled-chromium
arch = x86_64
@@ -49,9 +49,9 @@ pkgbase = ungoogled-chromium-xdg-bin
provides = chromium
conflicts = chromium
options = !lto
- source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/107.0.5304.110-2/ungoogled-chromium-xdg-107.0.5304.110-2-x86_64.pkg.tar.zst
+ source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/107.0.5304.122-2/ungoogled-chromium-xdg-107.0.5304.122-2-x86_64.pkg.tar.zst
source = index.html
- sha256sums = b4b92f9b82fd865b352a360b15d34acccbeae2a3a76967c143024dc97908e17e
+ sha256sums = 885f3303f9e299255ef7b91028565938e3b4e9fa8ce75899fe3e63cd9a27e055
sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
pkgname = ungoogled-chromium-xdg-bin
diff --git a/PKGBUILD b/PKGBUILD
index a420eb6bbb44..3492f8edb72f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Noah Vogt (noahvogt) <noah@noahvogt.com>
pkgname=ungoogled-chromium-xdg-bin
-pkgver=107.0.5304.110
+pkgver=107.0.5304.122
pkgrel=2
pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)"
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
options=('!lto') # Chromium adds its own flags for ThinLTO
source=(https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver-$pkgrel/${pkgname%-*}-$pkgver-$pkgrel-x86_64.pkg.tar.zst
index.html)
-sha256sums=('b4b92f9b82fd865b352a360b15d34acccbeae2a3a76967c143024dc97908e17e'
+sha256sums=('885f3303f9e299255ef7b91028565938e3b4e9fa8ce75899fe3e63cd9a27e055'
'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
provides=('chromium')
conflicts=('chromium')