update 2024-12-21 12:23:43

This commit is contained in:
kenzok8 2024-12-21 12:23:43 +08:00
parent 1d93d992c6
commit a3b6b71fd2
4 changed files with 12 additions and 5 deletions

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=0.3.8-20240822-1
PKG_VERSION:=0.8.5-20241221-1
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for webvirtcloud
@ -13,6 +13,12 @@ define Package/luci-app-webvirtcloud/conffiles
/etc/config/webvirtcloud
endef
define Package/luci-app-webvirtcloud/prerm
#!/bin/sh
/usr/libexec/istorec/webvirtcloud.sh stop
exit 0
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature

View File

@ -26,6 +26,7 @@ o = s:option(Value, "image_name", translate("Image").."<b>*</b>")
o.rmempty = false
o.datatype = "string"
o:value("linkease/webvirtcloud:latest", "linkease/webvirtcloud:latest")
o:value("linkease/webvirtcloud:0.8.5", "linkease/webvirtcloud:0.8.5")
o:value("linkease/webvirtcloud:0.3.6", "linkease/webvirtcloud:0.3.6")
o.default = "linkease/webvirtcloud:latest"

View File

@ -54,7 +54,7 @@ do_install() {
echo "$cmd"
eval "$cmd"
sleep 5
sleep 8
echo "Running status:"
/usr/sbin/vmeasedaemon runningStatus --pretty
}

View File

@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
PKG_ARCH_VMEASE:=$(ARCH)
PKG_NAME:=vmease
PKG_VERSION:=0.5.1
PKG_RELEASE:=$(PKG_ARCH_VMEASE)-2
PKG_VERSION:=0.8.5
PKG_RELEASE:=$(PKG_ARCH_VMEASE)-1
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://fw0.koolcenter.com/binary/vmease/
PKG_HASH:=2ca2b8b276702a239f7f937363fcec925e93f687831e0494d231e642a0cd1d4b
PKG_HASH:=69a002b955850cd5f3b7c836fa3a706a89c149113271fd52dd9427453014c312
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)