summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin Costello2016-01-25 12:00:58 +0100
committerGavin Costello2016-01-25 12:00:58 +0100
commita3d780effff9742eae0e902397bd4e863b1b4e85 (patch)
tree055e6e27fe0893fd899c2002db1cbd713e7b4a9b /PKGBUILD
parent68ee178fdeb726a54cf97eca5ec2b3912f5eadeb (diff)
downloadaur-a3d780effff9742eae0e902397bd4e863b1b4e85.tar.gz
Updated to 1.4.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d110d337be0e..948e5a48608f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gavin Costello <gavcos at gmail dot com>
# Contributor:
pkgname=angularjs
-pkgver=1.4.5
+pkgver=1.4.9
pkgrel=1
pkgdesc="An open-source JavaScript framework, whose goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier."
arch=(any)
@@ -9,7 +9,7 @@ url="http://angularjs.org"
license=('MIT')
depends=('jquery')
source=("https://ajax.googleapis.com/ajax/libs/${pkgname}/${pkgver}/angular.js" "https://ajax.googleapis.com/ajax/libs/${pkgname}/${pkgver}/angular.min.js")
-md5sums=('a5807498c5d4494aff13723982ab8e7b' '26680517e1024ca2c4f9ed4e0aa1619e')
+md5sums=('9e75fabc0b1b629ec2283975719c5494' '9324788c75670e5a821cd5d2355f0754')
package() {
cd "${srcdir}"