mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
3966225591
* package arduino-cli * package arduino-lint * remove old files * package rpi-update * remove old files * exclusive arch in hcl * Lowercase s
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
rpm.global("commit", gh_commit("raspberrypi/rpi-update"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|