chromium-widevine: update to 72.0.3626.119.

[ci skip]
This commit is contained in:
Rasmus Thomsen 2019-02-22 20:48:02 +01:00 committed by maxice8
parent ccf8477df5
commit 654c9bb2ea
2 changed files with 10 additions and 6 deletions

View File

@ -1,24 +1,28 @@
# Template file for 'chromium-widevine' # Template file for 'chromium-widevine'
#
# Keep in sync with 'chromium'!
#
_chromeVersion="current" _chromeVersion="current"
_channel="stable" _channel="stable"
pkgname=chromium-widevine pkgname=chromium-widevine
version=72.0.3626.109 version=72.0.3626.119
revision=1 revision=1
archs="x86_64"
create_wrksrc=yes
short_desc="Browser plugin designed for the viewing of premium video content" short_desc="Browser plugin designed for the viewing of premium video content"
maintainer="Benjamin Hoffmeyer <hoffmeyer25@gmail.com>" maintainer="Benjamin Hoffmeyer <hoffmeyer25@gmail.com>"
homepage="https://www.google.com/chrome"
license="chrome" license="chrome"
only_for_archs="x86_64"
depends="chromium binutils xz" depends="chromium binutils xz"
homepage="https://www.google.com/chrome"
repository=nonfree repository=nonfree
create_wrksrc=yes
distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb" distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb"
checksum=c8bf514f3c70868120924ee2d4872a0e47dcff315bdf799ba2f98dd7aa85fe2b checksum=4513f80f2e858b85d321cd10f7a7cddb3a3aa9f6ac4e903dc0d52493337e3a13
do_extract() { do_extract() {
: :
} }
do_install() { do_install() {
vlicense ${FILESDIR}/LICENSE vlicense ${FILESDIR}/LICENSE
} }

View File

@ -3,6 +3,7 @@ pkgname=chromium
# See http://www.chromium.org/developers/calendar for the latest version # See http://www.chromium.org/developers/calendar for the latest version
version=72.0.3626.119 version=72.0.3626.119
revision=1 revision=1
archs="i686 x86_64 x86_64-musl"
short_desc="Google's attempt at creating a safer, faster, and more stable browser" short_desc="Google's attempt at creating a safer, faster, and more stable browser"
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>" maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
@ -10,7 +11,6 @@ homepage="https://www.chromium.org/"
distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz" distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
checksum=b3953ce18044117d98f0b1b9922aeb93030a7b49b85b140060c6fe3e467a917a checksum=b3953ce18044117d98f0b1b9922aeb93030a7b49b85b140060c6fe3e467a917a
archs="i686 x86_64 x86_64-musl"
lib32disabled=yes lib32disabled=yes
nodebug=yes nodebug=yes
nopie=yes # contains tools that are not PIE, enables PIE itself nopie=yes # contains tools that are not PIE, enables PIE itself