From 8312b5cbe92cc8eff08aafee780f384532ba62bf Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 24 Apr 2015 17:06:16 +0200 Subject: [PATCH] chromium-pepper-flash: fix version check and download url --- SRPMS/chromium-pepper-flash/distroutils.sysconfig.in | 2 +- SRPMSVERSIONS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SRPMS/chromium-pepper-flash/distroutils.sysconfig.in b/SRPMS/chromium-pepper-flash/distroutils.sysconfig.in index 36b476d..a619bfd 100644 --- a/SRPMS/chromium-pepper-flash/distroutils.sysconfig.in +++ b/SRPMS/chromium-pepper-flash/distroutils.sysconfig.in @@ -4,4 +4,4 @@ CHROMIUM_PEPPER_FLASH_PCK=google-chrome-stable_current_@arch@.rpm # package URL (do not modify unless you know what you're doing) -CHROMIUM_PEPPER_FLASH_URL=http://dl.google.com/linux/direct/ \ No newline at end of file +CHROMIUM_PEPPER_FLASH_URL=https://dl.google.com/linux/direct/ diff --git a/SRPMSVERSIONS b/SRPMSVERSIONS index 1a77407..33c06f0 100644 --- a/SRPMSVERSIONS +++ b/SRPMSVERSIONS @@ -24,4 +24,4 @@ SRPMVERSION["win32codecs"]=20110131 SRPMRELEASE["win32codecs"]=1mamba # chromium-pepper-flash SRPMVERSION["chromium-pepper-flash"]="`curl -s "http://googlechromereleases.blogspot.it/" | grep -i -m 1 "stable channel has been updated to" | sed "s|.*updated to \([0-9.]*\) .*|\1|" 2>/dev/null`" -SRPMRELEASE["chromium-pepper-flash"]=1mamba \ No newline at end of file +SRPMRELEASE["chromium-pepper-flash"]=1mamba