Browse Source

uppkg -> 117.0.5938.62-1

Noah Vogt 1 năm trước cách đây
mục cha
commit
a18f180735
2 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 3 3
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 3 - 3
.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 = 116.0.5845.187
+	pkgver = 117.0.5938.62
 	pkgrel = 1
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
@@ -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/116.0.5845.187-1/ungoogled-chromium-xdg-116.0.5845.187-1-x86_64.pkg.tar.zst
+	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/117.0.5938.62-1/ungoogled-chromium-xdg-117.0.5938.62-1-x86_64.pkg.tar.zst
 	source = index.html
-	sha256sums = 36e1b7d37145ae615d17201cc06c641fd2960989ac743f58b5da4535c86a2b60
+	sha256sums = ed2a63a1db355bfa96adea7ef02669c58a4e804d631486c9fb280716bfbc1f49
 	sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
 
 pkgname = ungoogled-chromium-xdg-bin

+ 2 - 2
PKGBUILD

@@ -1,7 +1,7 @@
 # Maintainer: Noah Vogt (noahvogt) <noah@noahvogt.com>
 
 pkgname=ungoogled-chromium-xdg-bin
-pkgver=116.0.5845.187
+pkgver=117.0.5938.62
 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'
             '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=('36e1b7d37145ae615d17201cc06c641fd2960989ac743f58b5da4535c86a2b60'
+sha256sums=('ed2a63a1db355bfa96adea7ef02669c58a4e804d631486c9fb280716bfbc1f49'
             'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
 provides=('chromium')
 conflicts=('chromium')