Skip to content

Tags: google/googet

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create googet db (#135)

* Replace the googet state file with a sqlite db. This will automatically convert the existing state file.
* Introduce --format for installed, with the options being simple(default) and json
* Allow "installed" to run without a lock
* Detect which application we are installing and associate that to the package metadata
* Add installdate to PackageState struct

v2.20.0

Toggle v2.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct goospec version

v2.18.4

Toggle v2.18.4's commit message
Run go mod tidy

v2.18.3

Toggle v2.18.3's commit message
Update dependcies, specifically new logger library

v2.17.2

Toggle v2.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add source field in googet spec. (#79)

v2.16.5

Toggle v2.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Allow for goopack variables (#64)

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Conflicts and Replaces to the PkgSpec (#33)

Package Conflicts will prevent the package from being installed if a conflicting package is already installed
Package Replaces will remove any packages that are replaced by one being installed

v2.9.1

Toggle v2.9.1's commit message
Add needed comma to goospec

v2.8.0

Toggle v2.8.0's commit message
Add clean subcommand and a few other things

* Pull version in build scripts out off goospec
* Add clean subcommand
* Use filepath.ToSlash in goopack

v2.6.0

Toggle v2.6.0's commit message
Initial commit