Browse Source

Update to version 80.0.3987.132-1

seppiofish 5 years ago
parent
commit
e8f27d7097
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 = 80.0.3987.106
+	pkgver = 80.0.3987.132
 	pkgrel = 1
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
@@ -61,14 +61,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-80.0.3987.106.tar.xz
+	source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-80.0.3987.132.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/80.0.3987.106-1.tar.gz
-	source = https://github.com/ungoogled-software/ungoogled-chromium-archlinux/archive/b39bf35e8765a7af01d97a53854ff0628b2fba07.tar.gz
-	sha256sums = 2ead924b4414a8a5f085fa0e0df56563ef41bd4290cc403c05d5beec238cbe82
+	source = https://github.com/Eloston/ungoogled-chromium/archive/80.0.3987.132-1.tar.gz
+	source = https://github.com/ungoogled-software/ungoogled-chromium-archlinux/archive/7ce267da626a5a178d60aad2c11638b62042bd23.tar.gz
+	sha256sums = 2c0012059046a5a7e2bf6e9502f1898f1953226d63b724b82fc18226e285c201
 	sha256sums = 04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1
-	sha256sums = 1d1fb27585902648725c938fdc851c80d0061620b9a91e4aeb0699786ec63fa7
-	sha256sums = 82f3f5ac30fc7d525547a25bc429bbcff2378ce1228c8125851ad3b5675fabff
+	sha256sums = 621aace7a52f36c3b5b8c143a44452212a1b2b7141c2aade3301f7c90bd7f22a
+	sha256sums = 41fd58307cc83f35dc133204b8e99a76e7e2d7711cf44893010478b0edc18aa4
 
 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=80.0.3987.106
+pkgver=80.0.3987.132
 _rev=1
-_archver=b39bf35e8765a7af01d97a53854ff0628b2fba07
+_archver=7ce267da626a5a178d60aad2c11638b62042bd23
 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=('2ead924b4414a8a5f085fa0e0df56563ef41bd4290cc403c05d5beec238cbe82'
+sha256sums=('2c0012059046a5a7e2bf6e9502f1898f1953226d63b724b82fc18226e285c201'
             '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-            '1d1fb27585902648725c938fdc851c80d0061620b9a91e4aeb0699786ec63fa7'
-            '82f3f5ac30fc7d525547a25bc429bbcff2378ce1228c8125851ad3b5675fabff')
+            '621aace7a52f36c3b5b8c143a44452212a1b2b7141c2aade3301f7c90bd7f22a'
+            '41fd58307cc83f35dc133204b8e99a76e7e2d7711cf44893010478b0edc18aa4')
 
 # 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