From 464a0ba43c211fe970604939f114227e96a3b016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Wed, 22 May 2019 16:45:32 +0300 Subject: [PATCH] www-plugins/firefox-ublock: version bump --- www-plugins/firefox-ublock/Manifest | 2 +- ...lock-1.17.1.1.ebuild => firefox-ublock-1.19.3.11.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename www-plugins/firefox-ublock/{firefox-ublock-1.17.1.1.ebuild => firefox-ublock-1.19.3.11.ebuild} (80%) diff --git a/www-plugins/firefox-ublock/Manifest b/www-plugins/firefox-ublock/Manifest index 716464e6e..0742a3014 100644 --- a/www-plugins/firefox-ublock/Manifest +++ b/www-plugins/firefox-ublock/Manifest @@ -1 +1 @@ -DIST uBlock0.firefox.signed.xpi 2362836 BLAKE2B 410144ee70d7569a4ab8297dadbaef4ebea0c8813741c22fe25632caf2ed0f69a1add12fcb44e5da0ea29e83c68307c5b7a45fedd8b6cf0d89994f7b03ee79e4 SHA512 74e3481816fdab4f5855bddcd66427e9cbf22b3a60fd66754ba95339af0d50af23418ac4aae54b591a576fafbd57b8c5d3a37677e270db765a907dd9f3c09efa +DIST uBlock0_1.19.3b11.firefox.signed.xpi 2645034 BLAKE2B 55f5e3addd61eb238c20683758af34dfb75c54dfa1b6941fd2595d59a967e50e8cb291ac6cdf772a85e6ed3602c67f5319f70b93c71e48789d6a5d006b9b64c5 SHA512 ae02617e97199f2e9d1beda41e04b857ab457a773b05f2dbf693f8f5c971af4bcd4044f0b591cefaa7ac7858e1d048da19bd00b976a0733f48f52978def6e633 diff --git a/www-plugins/firefox-ublock/firefox-ublock-1.17.1.1.ebuild b/www-plugins/firefox-ublock/firefox-ublock-1.19.3.11.ebuild similarity index 80% rename from www-plugins/firefox-ublock/firefox-ublock-1.17.1.1.ebuild rename to www-plugins/firefox-ublock/firefox-ublock-1.19.3.11.ebuild index 8fd1bc799..07c152b1a 100644 --- a/www-plugins/firefox-ublock/firefox-ublock-1.17.1.1.ebuild +++ b/www-plugins/firefox-ublock/firefox-ublock-1.19.3.11.ebuild @@ -6,9 +6,9 @@ EAPI="5" inherit eutils -MYPV="1.17.1b1" +MYPV="1.19.3b11" -SRC_URI="https://github.com/gorhill/uBlock/releases/download/$MYPV/uBlock0.firefox.signed.xpi" +SRC_URI="https://github.com/gorhill/uBlock/releases/download/$MYPV/uBlock0_${MYPV}.firefox.signed.xpi" DESCRIPTION="An efficient blocker for Firefox" HOMEPAGE="https://github.com/gorhill/uBlock" @@ -24,7 +24,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}" src_unpack() { - cp ${DISTDIR}/uBlock0.firefox.signed.xpi ${S}/ + cp ${DISTDIR}/uBlock0_${MYPV}.firefox.signed.xpi ${S}/uBlock0.firefox.signed.xpi } src_install() {