Search Criteria
Package Details: step-cli-bin 0.15.3-1
Git Clone URL: | https://aur.archlinux.org/step-cli-bin.git (read-only, click to copy) |
---|---|
Package Base: | step-cli-bin |
Description: | A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc. |
Upstream URL: | https://smallstep.com/cli |
Keywords: | ca certificate-authority certificates go pki security security-tools tls x509 |
Licenses: | |
Submitter: | nazar554 |
Maintainer: | dopey (nazar554, sourishkrout, maraino) |
Last Packager: | dopey |
Votes: | 4 |
Popularity: | 0.29 |
First Submitted: | 2018-12-12 14:54 |
Last Updated: | 2020-10-22 03:56 |
Dependencies (0)
Required by (0)
Sources (4)
- https://github.com/smallstep/cli/raw/v0.15.3/autocomplete/bash_autocomplete
- https://github.com/smallstep/cli/raw/v0.15.3/autocomplete/zsh_autocomplete
- https://github.com/smallstep/cli/releases/download/v0.15.3/step_linux_0.15.3_amd64.tar.gz (x86_64)
- https://github.com/smallstep/cli/releases/download/v0.15.3/step_linux_0.15.3_arm64.tar.gz (aarch64)
Latest Comments
1 2 Next › Last »
dopey commented on 2020-09-01 15:36
Hey @dszryan. Our release pipeline broke (I'm going to blame Travis-CI for having confusing docs) in a way where the normal resources were not deployed with the release. That's now fixed and I pushed an update to the
step-cli
andstep-ca
packages bumping to v0.15.2. Please let me know if there is still an issue.dszryan commented on 2020-08-31 22:50
still broken
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading https://github.com/smallstep/cli/releases/download/v0.15.1/step_linux_0.15.1_amd64.tar.gz
Aborting...
dopey commented on 2020-04-19 20:27
Just pushed an update (to pgkrel 4). Let me know if anything is still broked.
dopey commented on 2020-04-19 20:00
Oh, interesting. I didn't realize the PKGBUILD was being used after the .SRCINFO file was built. My automation scripts purposefully reset the value in PKGBUILD to
1
so that it's ready for when I update to the next version. Guess I'll have to undo that. Thanks for letting me know.Pete commented on 2020-04-19 13:06
Note that the PKGBUILD and .SRCINFO are out of sync. You should update the pkgrel to 3 in PKGBUILD, otherwise tools will keep on trying to install pkgrel 3, without ever succeeding.
dopey commented on 2020-04-18 16:52
Thanks for letting me know! Think the zsh_autocomplete should be fixed now as well. Appreciate the help.
vanhtuan0409 commented on 2020-04-18 16:36
@dopey zsh_autocomplete still failed the sha256 checksum. Otherwise, it's ok
dopey commented on 2020-04-18 16:05
Just updated the SHA256 and bumped the pkgrel version. Please let me know if you're still experiencing issues.
vanhtuan0409 commented on 2020-04-17 12:00
The source URL path is correct but seems like sha256 is wrong for both steps-cli and steps-ca. Could you kindly check the sha256 again
perlsite commented on 2020-04-11 17:04
There is an issue with the URL path: source=("https://github.com/smallstep/cli/releases/download/v${pkgver}/step_${pkgver}_linux_amd64.tar.gz"
But real path now in the repo is like this: https://github.com/smallstep/cli/releases/download/v0.14.2/step_linux_0.14.2_amd64.tar.gz
i.e. step_linux_version, not step_version_linux.