mirror of
https://github.com/mudler/luet.git
synced 2025-08-31 23:02:16 +00:00
@@ -60,7 +60,7 @@ type PackageArtifact struct {
|
||||
}
|
||||
|
||||
func NewPackageArtifact(path string) Artifact {
|
||||
return &PackageArtifact{Path: path, Dependencies: []*PackageArtifact{}}
|
||||
return &PackageArtifact{Path: path, Dependencies: []*PackageArtifact{}, Checksums: Checksums{}}
|
||||
}
|
||||
|
||||
func NewPackageArtifactFromYaml(data []byte) (Artifact, error) {
|
||||
|
Reference in New Issue
Block a user