summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Vogt2022-12-10 09:08:34 +0100
committerNoah Vogt2022-12-10 09:08:34 +0100
commit6a877a70689ddf87d5a4b40c1e405a43694603ba (patch)
tree59f02f15c56bdba3e27c013858ee8baf0dffaf81
parentea7c9a486e9a4b1f6ec6aaa8cdd5a987bd329d77 (diff)
downloadaur-6a877a70689ddf87d5a4b40c1e405a43694603ba.tar.gz
uppkg -> 108.0.5359.98-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbf5cae7fc72..cc6b70d9981c 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 = 108.0.5359.94
+ pkgver = 108.0.5359.98
pkgrel = 1
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/108.0.5359.94-1/ungoogled-chromium-xdg-108.0.5359.94-1-x86_64.pkg.tar.zst
+ source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/108.0.5359.98-1/ungoogled-chromium-xdg-108.0.5359.98-1-x86_64.pkg.tar.zst
source = index.html
- sha256sums = 64e8829db2b83e60597098256803ea2dd597820112511b37a3e8fc4c4b2a7442
+ sha256sums = 6e646135c041fac6c5764f5982171a2df2153292d96b0b1735f37fd3583aaf64
sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
pkgname = ungoogled-chromium-xdg-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9c560a59d2e6..9c6c7195c3de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Noah Vogt (noahvogt) <noah@noahvogt.com>
pkgname=ungoogled-chromium-xdg-bin
-pkgver=108.0.5359.94
+pkgver=108.0.5359.98
pkgrel=1
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=('64e8829db2b83e60597098256803ea2dd597820112511b37a3e8fc4c4b2a7442'
+sha256sums=('6e646135c041fac6c5764f5982171a2df2153292d96b0b1735f37fd3583aaf64'
'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
provides=('chromium')
conflicts=('chromium')