makedeb
Remove cookie warnings from most websites, for Firefox
Click here to go back to the commit logs for webext-i-still-don-t-care-about-cookies-firefox.
Hash: 8a30866d84a53216ee51dc52a72983783dc01a1d
Message: 1.1.4
diff --git a/.SRCINFO b/.SRCINFO
index 2e616db..5699855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,16 +3,16 @@ pkgname = webext-i-still-don-t-care-about-cookies-firefox
pkgbase = webext-i-still-don-t-care-about-cookies-firefox
pkgdesc = Remove cookie warnings from most websites, for Firefox
pkgrel = 0
-pkgver = 1.1.2
+pkgver = 1.1.4
url = https://addons.mozilla.org/en-US/firefox/addon/istilldontcareaboutcookies/
arch = all
license = GPL3
-noextract = istilldontcareaboutcookies-1.1.2.xpi
+noextract = istilldontcareaboutcookies-1.1.4.xpi
optdepends = firefox
optdepends = firefox-esr
options = !strip
-source = https://addons.mozilla.org/firefox/downloads/file/4213061/istilldontcareaboutcookies-1.1.2.xpi
-b2sums = cf2cee8fac38bbcce07671ae6cc03c4a515326f8023ea0b2b0b2977d963eb8446c01db163d91caffc168f54dae253e65b3b8ac90a8d1d045c039f184cedaccc3
+source = https://addons.mozilla.org/firefox/downloads/file/4216095/istilldontcareaboutcookies-1.1.4.xpi
+b2sums = 6537d666c9e5ea8c23181647e487feb6ff272badfaa482ad6f48b41a840be9ea5762ef1bfe1224748b4d603f695b4433e24a1f9925b8ed7c03fdf0780bb53568
optdepends = firefox
optdepends = firefox-esr
optmakedepends = unzip: to uncompress the webextention
diff --git a/PKGBUILD b/PKGBUILD
index eda44b9..a3e1684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
#_UNCOMPRESS=0
pkgname=webext-i-still-don-t-care-about-cookies-firefox
_download_name="istilldontcareaboutcookies"
-pkgver=1.1.2
-_fileid=('4213061')
+pkgver=1.1.4
+_fileid=('4216095')
pkgrel=0
pkgdesc='Remove cookie warnings from most websites, for Firefox'
arch=('all')
@@ -15,7 +15,7 @@ optdepends=('firefox' 'firefox-esr')
source=("https://addons.mozilla.org/firefox/downloads/file/$_fileid/istilldontcareaboutcookies-${pkgver}.xpi")
noextract=("${_download_name}-${pkgver}.xpi")
options=('!strip')
-b2sums=('cf2cee8fac38bbcce07671ae6cc03c4a515326f8023ea0b2b0b2977d963eb8446c01db163d91caffc168f54dae253e65b3b8ac90a8d1d045c039f184cedaccc3')
+b2sums=('6537d666c9e5ea8c23181647e487feb6ff272badfaa482ad6f48b41a840be9ea5762ef1bfe1224748b4d603f695b4433e24a1f9925b8ed7c03fdf0780bb53568')
prepare() {
[ -z "$_UNCOMPRESS" ] && unzip -u "$_download_name-${pkgver}.xpi" -d "${srcdir}/$pkgname-${pkgver}" || :