Ver código fonte

uppkg -> 122.0.6261.111-4

Noah Vogt 1 ano atrás
pai
commit
054ec00f37
2 arquivos alterados com 5 adições e 5 exclusões
  1. 3 3
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 3 - 3
.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 = 122.0.6261.111
-	pkgrel = 3
+	pkgrel = 4
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
 	license = BSD
@@ -46,9 +46,9 @@ pkgbase = ungoogled-chromium-xdg-bin
 	optdepends = kwallet: support for storing passwords in KWallet on Plasma
 	provides = chromium
 	conflicts = chromium
-	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/122.0.6261.111-3/ungoogled-chromium-xdg-122.0.6261.111-3-x86_64.pkg.tar.zst
+	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/122.0.6261.111-4/ungoogled-chromium-xdg-122.0.6261.111-4-x86_64.pkg.tar.zst
 	source = index.html
-	sha256sums = de22ed63ce399081e43fcece7d953970891732c68894dc4181964793cd37c9e5
+	sha256sums = 78d0afaa369421bc014a9bad55196560fec7405b43b2ad85a53b91c220bfda14
 	sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
 
 pkgname = ungoogled-chromium-xdg-bin

+ 2 - 2
PKGBUILD

@@ -2,7 +2,7 @@
 
 pkgname=ungoogled-chromium-xdg-bin
 pkgver=122.0.6261.111
-pkgrel=3
+pkgrel=4
 pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)"
 arch=('x86_64')
 url="https://github.com/Eloston/ungoogled-chromium"
@@ -18,7 +18,7 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
             'kwallet: support for storing passwords in KWallet on Plasma')
 source=(https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver-$pkgrel/${pkgname%-*}-$pkgver-$pkgrel-x86_64.pkg.tar.zst
         index.html)
-sha256sums=('de22ed63ce399081e43fcece7d953970891732c68894dc4181964793cd37c9e5'
+sha256sums=('78d0afaa369421bc014a9bad55196560fec7405b43b2ad85a53b91c220bfda14'
             'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
 provides=('chromium')
 conflicts=('chromium')