Skip to content

Commit

Permalink
development/heroku-cli: Updated for version 9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DinizBortolotto committed Nov 17, 2024
1 parent 712320b commit 14c1462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions development/heroku-cli/heroku-cli.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=heroku-cli
VERSION=${VERSION:-9.4.0}
VERSION=${VERSION:-9.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
TARBALL=heroku-v9.4.0-cb2b939-linux-x64.tar.xz
TARBALL=heroku-v9.5.0-61bf905-linux-x64.tar.xz

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
Expand Down
6 changes: 3 additions & 3 deletions development/heroku-cli/heroku-cli.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="heroku-cli"
VERSION="9.4.0"
VERSION="9.5.0"
HOMEPAGE="https://www.heroku.com/home"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://cli-assets.heroku.com/versions/9.4.0/cb2b939/heroku-v9.4.0-cb2b939-linux-x64.tar.xz"
MD5SUM_x86_64="2ed443e9a952aac396bc1f72e69b216b"
DOWNLOAD_x86_64="https://cli-assets.heroku.com/versions/9.5.0/61bf905/heroku-v9.5.0-61bf905-linux-x64.tar.xz"
MD5SUM_x86_64="53523ee6d2a85c7aed58993fe6975aa5"
REQUIRES=""
MAINTAINER="Diniz Bortolotto"
EMAIL="diniz.bortolotto@gmail.com"

0 comments on commit 14c1462

Please sign in to comment.