summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin Costello2016-06-28 20:42:30 +0200
committerGavin Costello2016-06-28 20:42:30 +0200
commit7fda38ffe0284ad75555d7cdb9d28cddb775cc27 (patch)
tree05aad8ff32d31c85651789ea65f1880db87c78f7 /PKGBUILD
parentc0990535d200e10a96f3058f349e889b4e9db3c2 (diff)
downloadaur-7fda38ffe0284ad75555d7cdb9d28cddb775cc27.tar.gz
Updated to 1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26dfd2091338..cd65d37f3bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:
pkgname=backbonejs
_script=backbone
-pkgver=1.2.3
+pkgver=1.3.3
pkgrel=1
pkgdesc="Backbone is a JavaScript library with a RESTful JSON interface, and is based on the model-view-presenter (MVP) application design paradigm."
arch=(any)
@@ -10,8 +10,8 @@ url=http://backbonejs.org
license=('MIT')
depends=()
source=("$url/$_script.js" "$url/$_script-min.js")
-md5sums=('56520f8f407f7b27fc3929677df339fe'
- 'bac416c324a009ab62240b20609ee313')
+md5sums=('8a8d829617513f36185a0ab055d088ec'
+ '1f542a03bb9e6203b95cc9d0c39e0af7')
package() {
cd "${srcdir}"