summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd65d37f3bfd..b78caf6471f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:
pkgname=backbonejs
_script=backbone
-pkgver=1.3.3
+pkgver=1.4.0
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=('8a8d829617513f36185a0ab055d088ec'
- '1f542a03bb9e6203b95cc9d0c39e0af7')
+md5sums=('222432686a333255fd0f9b8fa4d4e713'
+ '93a2e442d9ea4e6bfc6fe8789d7277f6')
package() {
cd "${srcdir}"