diff options
| author | Jeff Carr <[email protected]> | 2024-11-22 11:15:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-22 11:15:14 -0600 |
| commit | 84d25808e5f6f9590fc8c9b595da3d8cc391fa3f (patch) | |
| tree | 59c2109fb7cd44901c35c0e4ac607faab02900b1 /package.proto | |
| parent | 6f6f28a22a479c80be7bb99cfdea4244cb667194 (diff) | |
parse packages from mirrors.wit.com
Diffstat (limited to 'package.proto')
| -rw-r--r-- | package.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.proto b/package.proto index 500db12..644b722 100644 --- a/package.proto +++ b/package.proto @@ -10,7 +10,8 @@ message Package { string version = 2; // version: 0.0.3 google.protobuf.Timestamp laststamp = 3; // the last time this package was seen (used to timeout entries) string srcPath = 4; // path to the sources (go.wit.com/apps/zookeeper) - bool installed = 5; // installed: true + bool installed = 5; // if installed on your machine, this should be set to true + string pkgName = 6; // the apt filename pool/main/f/foo/foo_2.2.2_riscv64.deb } message Packages { |
