summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmeGa2015-12-01 10:18:44 -0600
committerOmeGa2015-12-01 10:18:44 -0600
commit972490fca257d90ae1bc8bfec0ac396729e4fff2 (patch)
tree359d426b77bd4313bb093a0571fc865a5b5107f4
parent12b3fa58cf1524a608b9a05902ed35fa6aae8196 (diff)
downloadaur-972490fca257d90ae1bc8bfec0ac396729e4fff2.tar.gz
Update to 3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14827aeac76a..9f80c1866268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = firefox-extension-greasemonkey
pkgdesc = Customize the way a web page displays or behaves, by using small bits of JavaScript.
- pkgver = 3.2
+ pkgver = 3.6
pkgrel = 1
url = http://www.greasespot.net/
arch = any
license = MPL
depends = firefox>=35.0
- source = https://addons.mozilla.org/firefox/downloads/file/319128/greasemonkey-3.2.xpi
- sha1sums = 3b9886af34665fa89d9476874e9e561931906f1e
+ source = https://addons.mozilla.org/firefox/downloads/file/370452/greasemonkey-3.6.xpi
+ sha1sums = 35b76e5cc77087ac1fc6b0400fc4d0ae57eb57d5
pkgname = firefox-extension-greasemonkey
diff --git a/PKGBUILD b/PKGBUILD
index 6d1d314337cd..721a7f015ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Vinycius Maia <suportevg@uol.com.br>
pkgname=firefox-extension-greasemonkey
-_file=319128
-pkgver=3.2
+_file=370452
+pkgver=3.6
pkgrel=1
pkgdesc="Customize the way a web page displays or behaves, by using small bits of JavaScript."
arch=('any')
@@ -11,7 +11,7 @@ url="http://www.greasespot.net/"
license=('MPL')
depends=('firefox>=35.0')
source=(https://addons.mozilla.org/firefox/downloads/file/$_file/greasemonkey-$pkgver.xpi)
-sha1sums=('3b9886af34665fa89d9476874e9e561931906f1e')
+sha1sums=('35b76e5cc77087ac1fc6b0400fc4d0ae57eb57d5')
package() {
cd "$srcdir"