Browse Source

Update to version 77.0.3865.90-1

seppiofish 6 years ago
parent
commit
e2508ea3bc
2 changed files with 12 additions and 12 deletions
  1. 7 7
      .SRCINFO
  2. 5 5
      PKGBUILD

+ 7 - 7
.SRCINFO

@@ -1,6 +1,6 @@
 pkgbase = ungoogled-chromium
 	pkgdesc = A lightweight approach to removing Google web service dependency
-	pkgver = 76.0.3809.132
+	pkgver = 77.0.3865.90
 	pkgrel = 1
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
@@ -60,14 +60,14 @@ pkgbase = ungoogled-chromium
 	optdepends = libva-vdpau-driver: for hardware video acceleration with NVIDIA GPUs
 	provides = chromium
 	conflicts = chromium
-	source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-76.0.3809.132.tar.xz
+	source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-77.0.3865.90.tar.xz
 	source = chromium-launcher-6.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v6.tar.gz
-	source = https://github.com/Eloston/ungoogled-chromium/archive/76.0.3809.132-1.tar.gz
-	source = https://github.com/ungoogled-software/ungoogled-chromium-archlinux/archive/0595fd89710dff4ac56e6fa202d1f1a6f09e8afd.tar.gz
-	sha256sums = d54e4640b5e399d170dffbc5bcff65157eb1b29314b94b5d808f727d9ce45241
+	source = https://github.com/Eloston/ungoogled-chromium/archive/77.0.3865.90-1.tar.gz
+	source = https://github.com/ungoogled-software/ungoogled-chromium-archlinux/archive/f90b8eb7fbc9d46d145089edeae7cb33ebd92d77.tar.gz
+	sha256sums = 004cfdb1df74847bea8659bcaf8e039d51fe1101d42b6cf1c6cc346073fdefc3
 	sha256sums = 04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1
-	sha256sums = 52672a9172b9263a437b327a78c15d5d3a16555c50f1da170e1e98dc52edb910
-	sha256sums = 120f0d3790500ccabd38ca08f912522625da0c2a073a000d66e04866d578e297
+	sha256sums = 268114f594d101d6d3b15e5eacfb60229681d66b86fcff085e0dcffe689d8124
+	sha256sums = d61cbeb58fa3ee51bc14852284982e378005cc98cdcdd6250386183ef00a0666
 
 pkgname = ungoogled-chromium
 

+ 5 - 5
PKGBUILD

@@ -3,9 +3,9 @@
 # Derived from official Chromium and Inox PKGBUILDS and ungoogled-chromium buildkit
 
 pkgname=ungoogled-chromium
-pkgver=76.0.3809.132
+pkgver=77.0.3865.90
 _rev=1
-_archver=0595fd89710dff4ac56e6fa202d1f1a6f09e8afd
+_archver=f90b8eb7fbc9d46d145089edeae7cb33ebd92d77
 pkgrel=${_rev}
 _launcher_ver=6
 pkgdesc="A lightweight approach to removing Google web service dependency"
@@ -30,10 +30,10 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
         chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
         https://github.com/Eloston/ungoogled-chromium/archive/$pkgver-$pkgrel.tar.gz
         https://github.com/ungoogled-software/ungoogled-chromium-archlinux/archive/${_archver}.tar.gz)
-sha256sums=('d54e4640b5e399d170dffbc5bcff65157eb1b29314b94b5d808f727d9ce45241'
+sha256sums=('004cfdb1df74847bea8659bcaf8e039d51fe1101d42b6cf1c6cc346073fdefc3'
             '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-            '52672a9172b9263a437b327a78c15d5d3a16555c50f1da170e1e98dc52edb910'
-            '120f0d3790500ccabd38ca08f912522625da0c2a073a000d66e04866d578e297')
+            '268114f594d101d6d3b15e5eacfb60229681d66b86fcff085e0dcffe689d8124'
+            'd61cbeb58fa3ee51bc14852284982e378005cc98cdcdd6250386183ef00a0666')
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
 # Keys are the names in the above script; values are the dependencies in Arch