Skip to content

Commit

Permalink
cdnspeedtest: Update to 2.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Apr 25, 2023
1 parent 759c339 commit 0b43312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cdnspeedtest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=CloudflareSpeedTest
PKG_VERSION:=2.2.2
PKG_VERSION:=2.2.3
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/XIU2/CloudflareSpeedTest/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=2fa3f1df1ae6632e81d8dc626e770150e4ded81e8a7cd8224bb30d40b6d0cf66
PKG_HASH:=4182438be96a9e1611f6f66c5d71e219e2dd98c8dc97d1788e41593048b5c78e

PKG_LICENSE:=GPL-3.0-only
PKG_LICENSE_FILE:=LICENSE
Expand All @@ -20,7 +20,7 @@ PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0

GO_PKG:=CloudflareSpeedTest
GO_PKG:=github.com/XIU2/CloudflareSpeedTest
GO_PKG_LDFLAGS_X:=main.version=v$(PKG_VERSION)

include $(INCLUDE_DIR)/package.mk
Expand Down

0 comments on commit 0b43312

Please sign in to comment.