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
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Requires: %{name}-libs%{_isa} = %evr
%pkg_devel_files
%files devel
%{_libdir}/cmake/qjs/*.cmake
%{_libdir}/cmake/quickjs/*.cmake
%package examples
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh_tag("delthas/senpai"));
rpm.version(gh("delthas/senpai"));
+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());
}