summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2019-06-04 23:50:31 -0400
committerRedrield2019-06-04 23:50:31 -0400
commit792bc83cd1135face102b7bb3ba7708a84a0701d (patch)
tree5fa49d11bbaf30cfedac75deca269870a238f0d2
parent69f74e449e1a790b7e9a1ef3f08ebe907b551c60 (diff)
downloadaur-792bc83cd1135face102b7bb3ba7708a84a0701d.tar.gz
Version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9bc4537b796..6242921a2a03 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.24.3
- pkgrel = 1
+ pkgver = 7.24.4
+ 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.24.3.tgz
+ noextract = heroku-7.24.4.tgz
options = !strip
- source = https://registry.npmjs.org/heroku/-/heroku-7.24.3.tgz
- sha256sums = 17b292d6d07e101c741d0e9dfcf0d892bb9977ca139dee373b3f8a3f32e76c5d
+ source = https://registry.npmjs.org/heroku/-/heroku-7.24.4.tgz
+ sha256sums = c1a1e7df5a3d2ddc91ee515c08a6a098ea7c43ab8075c4d5d3d86c6986e5b649
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 564fadcbf76b..2c80ce7f428b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rhys Kenwell <redrield+aur@gmail.com>
pkgname=heroku-cli
-pkgver=7.24.3
+pkgver=7.24.4
_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=('17b292d6d07e101c741d0e9dfcf0d892bb9977ca139dee373b3f8a3f32e76c5d')
+sha256sums=('c1a1e7df5a3d2ddc91ee515c08a6a098ea7c43ab8075c4d5d3d86c6986e5b649')
noextract=("heroku-$pkgver.tgz")
options=('!strip')