From 1bc4f691c3e5c76ecbc4f6475e83c789cd831ca0 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Thu, 9 Feb 2023 17:18:55 +0800 Subject: [PATCH] fix: update (#178) Fix update.rhai: xyproto-env xyproto-textoutput xyproto-vt100 (gh_tag) Erase update.rhai: yhat-scrape (no version) --- anda/go/xyproto-env/update.rhai | 2 +- anda/go/xyproto-textoutput/update.rhai | 2 +- anda/go/xyproto-vt100/update.rhai | 2 +- anda/go/yhat-scrape/update.rhai | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 anda/go/yhat-scrape/update.rhai diff --git a/anda/go/xyproto-env/update.rhai b/anda/go/xyproto-env/update.rhai index d4bb0c43a3..fd71963ab8 100644 --- a/anda/go/xyproto-env/update.rhai +++ b/anda/go/xyproto-env/update.rhai @@ -1 +1 @@ -rpm.version(gh("xyproto/env")); +rpm.version(gh_tag("xyproto/env")); diff --git a/anda/go/xyproto-textoutput/update.rhai b/anda/go/xyproto-textoutput/update.rhai index 833227bdaa..7a7f25cbb7 100644 --- a/anda/go/xyproto-textoutput/update.rhai +++ b/anda/go/xyproto-textoutput/update.rhai @@ -1 +1 @@ -rpm.version(gh("xyproto/textoutput")); +rpm.version(gh_tag("xyproto/textoutput")); diff --git a/anda/go/xyproto-vt100/update.rhai b/anda/go/xyproto-vt100/update.rhai index 4b9f0ef2b6..6a78d4692e 100644 --- a/anda/go/xyproto-vt100/update.rhai +++ b/anda/go/xyproto-vt100/update.rhai @@ -1 +1 @@ -rpm.version(gh("xyproto/vt100")); +rpm.version(gh_tag("xyproto/vt100")); diff --git a/anda/go/yhat-scrape/update.rhai b/anda/go/yhat-scrape/update.rhai deleted file mode 100644 index 7043e72b33..0000000000 --- a/anda/go/yhat-scrape/update.rhai +++ /dev/null @@ -1 +0,0 @@ -rpm.version(gh("yhat/scrape"));