Search Criteria
Package Details: infracost 0.10.39-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/infracost.git (read-only, click to copy) |
---|---|
Package Base: | infracost |
Description: | Cloud cost estimates for Terraform |
Upstream URL: | https://github.com/infracost/infracost |
Keywords: | iac infracost terraform |
Licenses: | Apache |
Conflicts: | infracost-bin |
Provides: | infracost |
Submitter: | raydelrosario |
Maintainer: | enmanuelmoreira |
Last Packager: | enmanuelmoreira |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-19 21:52 (UTC) |
Last Updated: | 2024-11-12 16:12 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
lmartinez-mirror commented on 2022-08-16 21:19 (UTC)
Thanks for the report, I'll push a fix soon.
a.sartonev commented on 2022-08-16 21:00 (UTC)
Infracost seems to be expecting a version in the form of
v0.10.10
and currently the PKGBUILD sets'${url#https://}/internal/version.Version=$pkgver'"
which omits thev
in the front and thus results in infracost erroneously reporting a newer version available.A simple fix is to change the PKGBUILD to instead use
'${url#https://}/internal/version.Version=v$pkgver'"
.anthr76 commented on 2021-07-22 16:20 (UTC)
Does this package need a maintainer?