wget missing

This commit is contained in:
Louis Abel 2024-07-24 21:52:17 -07:00
parent 4a1418fe09
commit 77aa31a951
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -4282,3 +4282,14 @@ package {
include_filter: "erofs-utils.x86_64"
}
}
package {
name: "wget"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "hidden"
include_filter: "wget.aarch64"
include_filter: "wget.ppc64le"
include_filter: "wget.s390x"
include_filter: "wget.x86_64"
}
}