summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin Costello2015-09-07 13:23:31 +0200
committerGavin Costello2015-09-07 13:23:31 +0200
commit68ee178fdeb726a54cf97eca5ec2b3912f5eadeb (patch)
treecedcbcabb119a936330d1d3d3cd5ac42b6fb71e0 /PKGBUILD
parent0e03200fd7cd5196669566fd8cd0b1dbad3b0da2 (diff)
downloadaur-68ee178fdeb726a54cf97eca5ec2b3912f5eadeb.tar.gz
Updated to version 1.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b69cf74c7aa7..d110d337be0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gavin Costello <gavcos at gmail dot com>
# Contributor:
pkgname=angularjs
-pkgver=1.4.4
+pkgver=1.4.5
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=('d4820f67157e827a405b3609bf12aab3' 'feeb76d0de3487eb412c1928625e8fca')
+md5sums=('a5807498c5d4494aff13723982ab8e7b' '26680517e1024ca2c4f9ed4e0aa1619e')
package() {
cd "${srcdir}"