diff options
author | Andrea Pesaresi <andreapesaresi82@gmail.com> | 2022-11-17 20:49:04 +0100 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2022-11-18 09:27:49 +0800 |
commit | 78ff18922dc85ca252e48a1e7fa6aa8832ef063f (patch) | |
tree | 86048b7c362ce10419bdbe356787b2f583e6fe48 /utils/uhubctl/Makefile | |
parent | 1bc9cbf2b7e7401923cd5d71b6c8d66b7a63a247 (diff) |
uhubctl: update to 2.5.0
Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
Diffstat (limited to 'utils/uhubctl/Makefile')
-rw-r--r-- | utils/uhubctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/uhubctl/Makefile b/utils/uhubctl/Makefile index 9d0a51add..dffaa3948 100644 --- a/utils/uhubctl/Makefile +++ b/utils/uhubctl/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhubctl -PKG_VERSION:=2.4.0 +PKG_VERSION:=2.5.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mvp/uhubctl/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=391f24fd1f89cacce801df38ecc289b34c3627bc08ee69eec515af7e1a283d97 +PKG_HASH:=d4452252f7862f7a45dd9c62f2ea7cd3a57ab5f5ab0e54a857d4c695699bbba3 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING LICENSE |