Bladeren bron

uppkg -> 100.0.4896.60-2

Noah Vogt 3 jaren geleden
bovenliggende
commit
d9437353c8
2 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 2 2
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 2 - 2
.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 = 100.0.4896.60
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
 	license = BSD
@@ -28,6 +28,6 @@ pkgbase = ungoogled-chromium-xdg-bin
 	conflicts = chromium
 	options = !lto
 	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/100.0.4896.60/ungoogled-chromium-xdg-bin-100.0.4896.60.tar.gz
-	sha256sums = d6eb2739e50ce2f281bd66240ecc4d125caaf739d9a98964adec1898673d0c3c
+	sha256sums = e4e85402c74c5620ce1b3a7236587b4b53bdf61cedda24a44e6359f6a550fcf4
 
 pkgname = ungoogled-chromium-xdg-bin

+ 2 - 2
PKGBUILD

@@ -10,7 +10,7 @@
 
 pkgname=ungoogled-chromium-xdg-bin
 pkgver=100.0.4896.60
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)"
 arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
             'kwallet: support for storing passwords in KWallet on Plasma')
 options=('!lto') # Chromium adds its own flags for ThinLTO
 source=(https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d6eb2739e50ce2f281bd66240ecc4d125caaf739d9a98964adec1898673d0c3c')
+sha256sums=('e4e85402c74c5620ce1b3a7236587b4b53bdf61cedda24a44e6359f6a550fcf4')
 provides=('chromium')
 conflicts=('chromium')