Ver Fonte

uppkg -> 106.0.5249.119-2

Noah Vogt há 2 anos atrás
pai
commit
dc5d2a515b
2 ficheiros 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 = 106.0.5249.119
-	pkgrel = 1
+	pkgrel = 2
 	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/106.0.5249.119-1/ungoogled-chromium-xdg-bin-106.0.5249.119.tar.gz
+	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/106.0.5249.119-2/ungoogled-chromium-xdg-bin-106.0.5249.119.tar.gz
 	source = index.html
-	sha256sums = 82e33608908949ee1fa65cbd5edf59502077f49ddff7220a21aedacf7c40ed70
+	sha256sums = 23f5c95b65d997ab17d85f735f192a7f4229cdc6fdd233ae11e3f11f8feb34db
 	sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
 
 pkgname = ungoogled-chromium-xdg-bin

+ 2 - 2
PKGBUILD

@@ -11,7 +11,7 @@
 
 pkgname=ungoogled-chromium-xdg-bin
 pkgver=106.0.5249.119
-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')
@@ -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=('82e33608908949ee1fa65cbd5edf59502077f49ddff7220a21aedacf7c40ed70'
+sha256sums=('23f5c95b65d997ab17d85f735f192a7f4229cdc6fdd233ae11e3f11f8feb34db'
             'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
 provides=('chromium')
 conflicts=('chromium')