Skip to content

Commit

Permalink
curl: Bump to 8.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
  • Loading branch information
Ra2-IFV committed Nov 20, 2024
1 parent 5a7ca6b commit 015b79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/curl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/nls.mk

PKG_NAME:=curl
PKG_VERSION:=8.10.1
PKG_VERSION:=8.11.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \
https://curl.se/download/
PKG_HASH:=73a4b0e99596a09fa5924a4fb7e4b995a85fda0d18a2c02ab9cf134bebce04ee
PKG_HASH:=db59cf0d671ca6e7f5c2c5ec177084a33a79e04c97e71cf183a5cdea235054eb

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
Expand Down

0 comments on commit 015b79e

Please sign in to comment.