mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
go-aliyundrive-webdav: update to 1.0.14 (#8186)
This commit is contained in:
parent
f5ecabe9e7
commit
937f01bea2
@ -5,12 +5,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=go-aliyundrive-webdav
|
PKG_NAME:=go-aliyundrive-webdav
|
||||||
PKG_VERSION:=1.0.12
|
PKG_VERSION:=1.0.14
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/LinkLeong/go-aliyundrive-webdav/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/LinkLeong/go-aliyundrive-webdav/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=eb60256131240adaa34e2039114237f8cdd9016233da1a417dace6b10bda4d61
|
PKG_HASH:=163db77c490d90b52f5a1a07418a6f6e1c7fcd9eefae8e691df0d2e40dae591c
|
||||||
|
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILE:=LICENSE
|
PKG_LICENSE_FILE:=LICENSE
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
From a427929b0267a85ef6924aa3449077420beb23e0 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Tianling Shen <i@cnsztl.eu.org>
|
|
||||||
Date: Sun, 24 Oct 2021 17:11:10 +0800
|
|
||||||
Subject: [PATCH] fix: read version from `Version` variable
|
|
||||||
|
|
||||||
Signed-off-by: Tianling Shen <i@cnsztl.eu.org>
|
|
||||||
---
|
|
||||||
main.go | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
--- a/main.go
|
|
||||||
+++ b/main.go
|
|
||||||
@@ -22,7 +22,7 @@ func init() {
|
|
||||||
cache.Init()
|
|
||||||
}
|
|
||||||
|
|
||||||
-var Version = "v1.0.3"
|
|
||||||
+var Version = "v1.0.12"
|
|
||||||
|
|
||||||
type Task struct {
|
|
||||||
Id string `json:"id"`
|
|
||||||
@@ -49,7 +49,7 @@ func main() {
|
|
||||||
flag.Parse()
|
|
||||||
|
|
||||||
if *versin {
|
|
||||||
- fmt.Println("v1.0.9")
|
|
||||||
+ fmt.Println(Version)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
if len(*refreshToken) == 0 || len(os.Args) < 3 || os.Args[1] != "-rt" {
|
|
Loading…
Reference in New Issue
Block a user