summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFanch2016-10-31 21:38:13 +0100
committerFanch2016-10-31 21:38:13 +0100
commitf01f9747edafeba6c9786093a7327531f566e8ae (patch)
tree614f79873c78121f22faae8a0cbf9329e9b83c09
parente945caf4e343773995e848c98de94dac0c788c03 (diff)
downloadaur-f01f9747edafeba6c9786093a7327531f566e8ae.tar.gz
Update Version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9519356d4b2c..59ff98d8946c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-extension-self-destructing-cookies
pkgdesc = Gets rid of a site's cookies and LocalStorage as soon as you close its tabs. Protects against trackers and zombie-cookies.
- pkgver = 0.4.10
+ pkgver = 0.4.11
pkgrel = 1
url = https://mozilla.github.io/self-destructing-cookies/
arch = any
@@ -9,7 +9,7 @@ pkgbase = firefox-extension-self-destructing-cookies
depends = firefox
noextract = firefox-extension-self-destructing-cookies.xpi
source = firefox-extension-self-destructing-cookies.xpi::https://addons.mozilla.org/firefox/downloads/latest/self-destructing-cookies/addon-415846-latest.xpi
- sha1sums = c0a06ffcf02e75daa8c347ebe8f86dd2e5c8f3b9
+ sha1sums = 97a7fc378376bbafa3c8f08d6cbe909e82089ed6
pkgname = firefox-extension-self-destructing-cookies
diff --git a/PKGBUILD b/PKGBUILD
index 96c36522f12e..a951f36a6e94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_plugin_name=self-destructing-cookies
pkgname=firefox-extension-${_plugin_name}
pkgdesc="Gets rid of a site's cookies and LocalStorage as soon as you close its tabs. Protects against trackers and zombie-cookies."
-pkgver=0.4.10
+pkgver=0.4.11
pkgrel=1
arch=('any')
url="https://mozilla.github.io/${_plugin_name}/"
@@ -12,7 +12,7 @@ makedepends=('unzip' )
depends=("firefox")
license=('GPL2')
source=("${pkgname}.xpi::https://addons.mozilla.org/firefox/downloads/latest/self-destructing-cookies/addon-415846-latest.xpi" )
-sha1sums=('c0a06ffcf02e75daa8c347ebe8f86dd2e5c8f3b9')
+sha1sums=('97a7fc378376bbafa3c8f08d6cbe909e82089ed6')
noextract=("${pkgname}.xpi")
pkgver(){