diff --git a/anda/system/croskbd/update.rhai b/anda/system/croskbd/update.rhai index 5a91c00fd2..672b3a497a 100644 --- a/anda/system/croskbd/update.rhai +++ b/anda/system/croskbd/update.rhai @@ -1,5 +1 @@ -rpm.global("commit", gh_commit("WeirdTreeThing/croskbd")); -if rpm.changed() { - rpm.release(); - rpm.global("commit_date", date()); -} +rpm.version(gh("WeirdTreeThing/croskbd"));