Package Details: bosh-cli 5.5.0-1

Git Clone URL: https://aur.archlinux.org/bosh-cli.git (read-only, click to copy)
Package Base: bosh-cli
Description: BOSH command line interface tool
Upstream URL: https://bosh.io/
Keywords: bosh cli cloudfoundry
Licenses: Apache2
Submitter: luan
Maintainer: luan
Last Packager: luan
Votes: 4
Popularity: 0.000000
First Submitted: 2017-06-02 19:15 (UTC)
Last Updated: 2019-05-08 17:14 (UTC)

Latest Comments

Kevdog commented on 2022-01-19 15:33 (UTC) (edited on 2022-01-19 15:39 (UTC) by Kevdog)

Here are the lines needing changing in PKGBUILD for this to work as of 1-19-2022

pkgver=6.4.11
source=("https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('f5d0af6af086c227be0caaf8bc06113355d0bf9bbc258cec33ecbb2c9d29fd10')

Hopefully that helps.

luan commented on 2017-08-02 15:13 (UTC)

@craigfurman thanks for pointing it out, had forgotten to generate the .SRCINFO. I too use pacaur, but turns out not for packages I maintain since I'm constantly building them locally. :)

craigfurman commented on 2017-08-02 08:44 (UTC) (edited on 2017-08-02 08:44 (UTC) by craigfurman)

The value of `pkgver` in `.SRCINFO` and `PKGBUILD` varies, which upsets pacaur. This isn't a giant issue as the package builds properly with `makepkg`, but I am a fan of pacaur.