diff options
author | seppiofish | 2019-10-14 16:27:51 +0200 |
---|---|---|
committer | seppiofish | 2019-10-14 16:27:51 +0200 |
commit | 64b8d33b8eb2b559468f9ba1ce3a900f1f05d2e7 (patch) | |
tree | 9c861eb3ad7cf995b03e3edd93f602c16c9821ae | |
parent | 2f65db7a1d87195bb5fe940ae0121e261413a731 (diff) | |
download | aur-64b8d33b8eb2b559468f9ba1ce3a900f1f05d2e7.tar.gz |
Update to version 77.0.3865.120-1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = ungoogled-chromium pkgdesc = A lightweight approach to removing Google web service dependency - pkgver = 77.0.3865.90 + pkgver = 77.0.3865.120 pkgrel = 1 url = https://github.com/Eloston/ungoogled-chromium arch = x86_64 @@ -60,13 +60,13 @@ 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-77.0.3865.90.tar.xz + source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-77.0.3865.120.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/77.0.3865.90-1.tar.gz + source = https://github.com/Eloston/ungoogled-chromium/archive/77.0.3865.120-1.tar.gz source = https://github.com/ungoogled-software/ungoogled-chromium-archlinux/archive/19c53c4ce8a6b674500cf94dacafde41ba98cbf0.tar.gz - sha256sums = 004cfdb1df74847bea8659bcaf8e039d51fe1101d42b6cf1c6cc346073fdefc3 + sha256sums = d792f9b09b1dcfd64e68f47a611c540dd1383dd9abd78ca1e06b2a7e2ff06af8 sha256sums = 04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1 - sha256sums = 268114f594d101d6d3b15e5eacfb60229681d66b86fcff085e0dcffe689d8124 + sha256sums = 456eabbc889c7135ca0eecb2bf57a10915f424ebf8a65016636b5b47b2a13e37 sha256sums = c70c5d3e92d64fc40e2f81e53fcf62099159ad8972d65853afb3f27e966a544d pkgname = ungoogled-chromium @@ -3,7 +3,7 @@ # Derived from official Chromium and Inox PKGBUILDS and ungoogled-chromium buildkit pkgname=ungoogled-chromium -pkgver=77.0.3865.90 +pkgver=77.0.3865.120 _rev=1 _archver=19c53c4ce8a6b674500cf94dacafde41ba98cbf0 pkgrel=${_rev} @@ -30,9 +30,9 @@ 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=('004cfdb1df74847bea8659bcaf8e039d51fe1101d42b6cf1c6cc346073fdefc3' +sha256sums=('d792f9b09b1dcfd64e68f47a611c540dd1383dd9abd78ca1e06b2a7e2ff06af8' '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1' - '268114f594d101d6d3b15e5eacfb60229681d66b86fcff085e0dcffe689d8124' + '456eabbc889c7135ca0eecb2bf57a10915f424ebf8a65016636b5b47b2a13e37' 'c70c5d3e92d64fc40e2f81e53fcf62099159ad8972d65853afb3f27e966a544d') # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py |