summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2019-08-22 14:52:02 -0400
committerRedrield2019-08-22 14:52:02 -0400
commit0c33409bede55a3f24a630dfa5be1a547c7664c8 (patch)
tree82ba2226b4ace1dda5a9bb970fea1a69f02e0943
parent514f12a11f4b82fd11ac7d6c15bdc557875c9843 (diff)
downloadaur-0c33409bede55a3f24a630dfa5be1a547c7664c8.tar.gz
Update package version to 7.29.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c3c640f8177..eda19bc77a0f 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.27.1
- pkgrel = 2
+ pkgver = 7.29.0
+ pkgrel = 1
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.27.1.tgz
+ noextract = heroku-7.29.0.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.27.1.tgz
- sha256sums = a2ab3c3a000a1cc89742542ff8241e720dd8db3b20a67078ddbe46b094073aed
+ source = https://registry.npmjs.org/heroku/-/heroku-7.29.0.tgz
+ sha256sums = ecbe42e69375070ca029bef55e2a8b6d7275c321d6c881e1d3a8ccd0a87ccbf4
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 0aebb34909ad..8e0e7a9da8ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.27.1
+pkgver=7.29.0
_builddir=cli-${pkgver}
-pkgrel=2
+pkgrel=1
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=('a2ab3c3a000a1cc89742542ff8241e720dd8db3b20a67078ddbe46b094073aed')
+sha256sums=('ecbe42e69375070ca029bef55e2a8b6d7275c321d6c881e1d3a8ccd0a87ccbf4')
noextract=("heroku-$pkgver.tgz")
options=('!strip')