summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2018-12-09 21:28:11 -0500
committerRedrield2018-12-09 21:28:11 -0500
commit5bb7014a407564f80d2aa868e610b2c4b562a83d (patch)
treefd7679ba112e24acf7941bb158fe4aab41073451
parent9c4578aa8961b070c09f641ce848e93d33c29808 (diff)
downloadaur-5bb7014a407564f80d2aa868e610b2c4b562a83d.tar.gz
Update package
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ed0dbd52b3a..c8f806b179a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = heroku-cli
pkgdesc = a tool for creating and managing Heroku apps from the command line
- pkgver = 7.19.1
- pkgrel = 1
+ pkgver = 7.19.3
+ pkgrel = 2
url = https://devcenter.heroku.com/articles/heroku-cli
arch = x86_64
license = custom
@@ -12,10 +12,10 @@ pkgbase = heroku-cli
conflicts = heroku-client-standalone
conflicts = heroku-toolbelt
conflicts = ruby-heroku
- noextract = heroku-7.19.1.tgz
+ noextract = heroku-7.19.3.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.19.1.tgz
- sha256sums = 2107d48fcaa8332d64496bc339ad06062f7ac9bec42d01c5e1520cf5266ce2af
+ source = https://registry.npmjs.org/heroku/-/heroku-7.19.3.tgz
+ sha256sums = ba29f1ea11b76cb2d3fc73a43ea28c3d33c69c41894d00985c53df8cf5760620
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 881c83835ea5..a4f2d076db22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.19.1
+pkgver=7.19.3
_builddir=cli-${pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="a tool for creating and managing Heroku apps from the command line"
arch=('x86_64')
url="https://devcenter.heroku.com/articles/heroku-cli"
@@ -13,7 +13,7 @@ makedepends=('npm')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
source=("https://registry.npmjs.org/heroku/-/heroku-$pkgver.tgz")
-sha256sums=('2107d48fcaa8332d64496bc339ad06062f7ac9bec42d01c5e1520cf5266ce2af')
+sha256sums=('ba29f1ea11b76cb2d3fc73a43ea28c3d33c69c41894d00985c53df8cf5760620')
noextract=("heroku-$pkgver.tgz")
options=('!strip')