Browse Source

Merge pull request #18461 from 1715173329/cf

[openwrt-22.03] cloudflared: Update to 2022.5.0
lilik-openwrt-22.03
Jeffery To 2 years ago
committed by GitHub
parent
commit
50493163c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/cloudflared/Makefile

+ 2
- 2
net/cloudflared/Makefile View File

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cloudflared
PKG_VERSION:=2022.4.1
PKG_VERSION:=2022.5.0
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/cloudflare/cloudflared/tar.gz/$(PKG_VERSION)?
PKG_HASH:=2e837dbe6f73d4ca60bc0ce56cba0f3c868b8d6f139bd8c06301b996d8e803ad
PKG_HASH:=65ad3379f21736fbbda6bd95f23860af9491274fd25b75780ccd9693b332a3f0
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE


Loading…
Cancel
Save