summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2018-10-11 08:42:51 +0200
committerSimon Legner2018-10-11 08:42:51 +0200
commitb9a95d2e978f2910c8c02986f065397afe6bf1f3 (patch)
tree5ef76f6450f851fc4f6c00fb68b10fc411bf9c32
parentfe15d3bda06fa0f9a274d76b3a2046c85bc5e689 (diff)
downloadaur-b9a95d2e978f2910c8c02986f065397afe6bf1f3.tar.gz
Update to 0.66.6-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c8dabce1b9..1e53b83a67be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = rollup
pkgdesc = Next-generation ES6 module bundler
- pkgver = 0.66.5
+ pkgver = 0.66.6
pkgrel = 1
url = https://rollupjs.org/
arch = any
license = MIT
makedepends = npm
depends = nodejs
- noextract = rollup-0.66.5.tgz
- source = https://registry.npmjs.org/rollup/-/rollup-0.66.5.tgz
- sha256sums = 8125747f1ea535ab727eee44f3d91f263437e1297a75587006eec9484312aad7
+ noextract = rollup-0.66.6.tgz
+ source = https://registry.npmjs.org/rollup/-/rollup-0.66.6.tgz
+ sha256sums = 63a56f720b938483c156144f6c5b852247481083935f60ff660cb2b5039ad682
pkgname = rollup
diff --git a/PKGBUILD b/PKGBUILD
index ddb5db3d3e6d..7c2dc1a1105b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=rollup
-pkgver=0.66.5
+pkgver=0.66.6
pkgrel=1
pkgdesc="Next-generation ES6 module bundler"
arch=(any)
@@ -22,4 +22,4 @@ package() {
find "${pkgdir}"/usr -type d -exec chmod 755 {} +
}
-sha256sums=('8125747f1ea535ab727eee44f3d91f263437e1297a75587006eec9484312aad7')
+sha256sums=('63a56f720b938483c156144f6c5b852247481083935f60ff660cb2b5039ad682')