-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
11 changed files
with
206 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "googet", | ||
"version": "2.12.0@1", | ||
"version": "2.13.0@1", | ||
"arch": "x86_64", | ||
"authors": "[email protected]", | ||
"license": "http://www.apache.org/licenses/LICENSE-2.0", | ||
|
@@ -12,6 +12,7 @@ | |
"path": "install.ps1" | ||
}, | ||
"releaseNotes": [ | ||
"2.13.0 - Add Conflicts and Replaces fields to the GooGet PkgSpec.", | ||
"2.12.0 - Store goo files unextracted in cache, ensure checksum match on reinstall.", | ||
"2.11.0 - Add allowunsafeurl config option to enable HTTP repos, otherwise disable.", | ||
" - Force the use of a package checksum when downloading from a repository.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.