Przeglądaj źródła

uppkg -> 105.0.5195.125-1

Noah Vogt 2 lat temu
rodzic
commit
5de3e9c532
2 zmienionych plików z 7 dodań i 7 usunięć
  1. 4 4
      .SRCINFO
  2. 3 3
      PKGBUILD

+ 4 - 4
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = ungoogled-chromium-xdg-bin
 	pkgdesc = A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)
-	pkgver = 105.0.5195.102
-	pkgrel = 2
+	pkgver = 105.0.5195.125
+	pkgrel = 1
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
 	license = BSD
@@ -48,9 +48,9 @@ pkgbase = ungoogled-chromium-xdg-bin
 	provides = chromium
 	conflicts = chromium
 	options = !lto
-	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/105.0.5195.102-2/ungoogled-chromium-xdg-bin-105.0.5195.102.tar.gz
+	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/105.0.5195.125-1/ungoogled-chromium-xdg-bin-105.0.5195.125.tar.gz
 	source = index.html
-	sha256sums = e553f68400448919a528b689dff3a86a89dc19569f20782150086f371a2a41a5
+	sha256sums = dfe99b22377441b1ff764b54b9ed1230ab58a678b963b34608700da48f367890
 	sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
 
 pkgname = ungoogled-chromium-xdg-bin

+ 3 - 3
PKGBUILD

@@ -10,8 +10,8 @@
 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
 
 pkgname=ungoogled-chromium-xdg-bin
-pkgver=105.0.5195.102
-pkgrel=2
+pkgver=105.0.5195.125
+pkgrel=1
 _launcher_ver=8
 pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)"
 arch=('x86_64')
@@ -28,7 +28,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.tar.gz
         index.html)
-sha256sums=('e553f68400448919a528b689dff3a86a89dc19569f20782150086f371a2a41a5'
+sha256sums=('dfe99b22377441b1ff764b54b9ed1230ab58a678b963b34608700da48f367890'
             'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
 provides=('chromium')
 conflicts=('chromium')