Package Details: heroku-cli-bin 8.11.4-1

Git Clone URL: https://aur.archlinux.org/heroku-cli-bin.git (read-only, click to copy)
Package Base: heroku-cli-bin
Description: CLI to Manage Heroku apps with forced auto-update removed. Packaged before release to save time and bandwidth.
Upstream URL: https://devcenter.heroku.com/articles/heroku-cli
Keywords: bin cli heroku
Licenses: custom, ISC
Conflicts: heroku-cli, heroku-client-standalone, heroku-toolbelt, ruby-heroku
Provides: heroku, heroku-cli
Submitter: sampsoncrowley
Maintainer: ChloeColman
Last Packager: ChloeColman
Votes: 13
Popularity: 0.005037
First Submitted: 2020-10-08 19:18 (UTC)
Last Updated: 2024-04-29 18:41 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

ruestique commented on 2020-11-13 22:25 (UTC)

@sampsoncrowley haven't use any older version

for now i build heroku-cli and it works fine for me

sampsoncrowley commented on 2020-11-13 16:32 (UTC)

@ruestique does the issue also occur with older versions? (e.g. 7.47.0)

ruestique commented on 2020-11-13 14:59 (UTC)

↪ heroku login
(node:92076) Error Plugin: heroku: could not find package.json with {
  type: 'core',
  root: '/usr/lib/heroku',
  name: '@heroku-cli/plugin-buildpacks'
}
module: @oclif/config@1.13.2
task: loadPlugins
plugin: heroku
root: /usr/lib/heroku
See more details with DEBUG=*
(Use `node --trace-warnings ...` to show where the warning was created)
 ›   Warning: Our terms of service have changed: https://dashboard.heroku.com/terms-of-service
(node:92076) Error Plugin: heroku: could not find package.json with {
  type: 'core',
  root: '/usr/lib/heroku',
  name: '@heroku-cli/plugin-ci'
}
module: @oclif/config@1.13.2
task: loadPlugins
plugin: heroku
root: /usr/lib/heroku
See more details with DEBUG=*
heroku: Press any key to open up the browser to login or q to exit: 
Error: Cannot find module 'content-type'
Require stack:
- /usr/lib/heroku/node_modules/http-call/lib/deps.js
- /usr/lib/heroku/node_modules/http-call/lib/http.js
- /usr/lib/heroku/node_modules/@heroku-cli/command/lib/login.js
- /usr/lib/heroku/node_modules/@heroku-cli/command/lib/api-client.js
- /usr/lib/heroku/node_modules/@heroku-cli/command/lib/index.js
- /usr/lib/heroku/node_modules/@heroku-cli/plugin-auth/lib/commands/auth/login.js
- /usr/lib/heroku/node_modules/@oclif/config/lib/plugin.js
- /usr/lib/heroku/node_modules/@oclif/config/lib/config.js
- /usr/lib/heroku/node_modules/@oclif/config/lib/index.js
- /usr/lib/heroku/node_modules/@oclif/command/lib/command.js
- /usr/lib/heroku/node_modules/@oclif/command/lib/index.js
- /usr/lib/heroku/bin/run
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:919:15)
    at Function.Module._load (node:internal/modules/cjs/loader:763:27)
    at Module.require (node:internal/modules/cjs/loader:991:19)
    at require (node:internal/modules/cjs/helpers:92:18)
    at fetch (/usr/lib/heroku/node_modules/http-call/lib/deps.js:23:20)
    at Object.get contentType [as contentType] (/usr/lib/heroku/node_modules/http-call/lib/deps.js:11:16)
    at HTTP._parse (/usr/lib/heroku/node_modules/http-call/lib/http.js:340:72)
    at processTicksAndRejections (node:internal/process/task_queues:93:5)
    at async HTTP._request (/usr/lib/heroku/node_modules/http-call/lib/http.js:210:13)
    at async Function.request (/usr/lib/heroku/node_modules/http-call/lib/http.js:162:9)

laurensk commented on 2020-10-12 08:34 (UTC)

thank you! It installed fine now.

sampsoncrowley commented on 2020-10-12 00:00 (UTC)

@laurensk sorry for the delay, this one I definitely tested on my system before releasing.

sampsoncrowley commented on 2020-10-10 10:37 (UTC)

Ill push out a new release version tomorrow morning

laurensk commented on 2020-10-10 10:02 (UTC)

I really don't know how to verify that...I really appreciate your effort. I cloned the PLGBUILD, reading it - and then 'makepkg -s' passes out.

sampsoncrowley commented on 2020-10-10 09:51 (UTC)

@laurensk, are the checksums changing when you download it? I verify every package version is installable and have the correct sums before release

laurensk commented on 2020-10-10 09:45 (UTC)

Hi there, I am getting the following:

Building heroku-cli-bin...
==> Making package: heroku-cli-bin 7.45.0-1 (za 10 okt 2020 11:36:05 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading heroku-cli-bin-v7.45.0-1.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   171  100   171    0     0    531      0 --:--:-- --:--:-- --:--:--   531
100 10.1M  100 10.1M    0     0  4437k      0  0:00:02  0:00:02 --:--:-- 8725k
==> Validating source files with sha256sums...
    heroku-cli-bin-v7.45.0-1.tar.xz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Error: Failed to build heroku-cli-bin

How can we fix this? Thanks.