summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin Costello2020-06-17 10:04:04 +0200
committerGavin Costello2020-06-17 10:04:04 +0200
commit7f498d6da14a17d0e621fb168c08bb0b8fb836ee (patch)
treeb47a65f50b76aaaed2b00afa4526fb182a219a84 /PKGBUILD
parent25cb8ce99b1cf0f7fe11297257061e5c1f155f5e (diff)
downloadaur-7f498d6da14a17d0e621fb168c08bb0b8fb836ee.tar.gz
Updated to 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bf787e24708..7ee94ab9ab34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gavin Costello <gavcos at gmail dot com>
# Contributor:
pkgname=angularjs
-pkgver=1.7.9
+pkgver=1.8.0
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=('d05ec671c303ff5a4596c243b562a3cb' '613274fe74404112d98709adf0a28b69')
+md5sums=('c10ac193a66f6f4b01e02460efb37522' '57d5ec9bb2a88256b2a8e6e30f6d82ae')
package() {
cd "${srcdir}"