Compare commits

...

1 Commits

Author SHA1 Message Date
Owen-sz aaf3aa0f74 chore: add alipad update script
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-04 11:47:18 -05:00
+5 -1
View File
@@ -1 +1,5 @@
// Empty until sourcehut update script
rpm.global("commit", sourcehut_commit("~malicean/alipad"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}