diff options
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 779c63db6adf..2fdc22d0dca5 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -1,8 +1,7 @@ # Created by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> PORTNAME= curl -PORTVERSION= 7.82.0 -PORTREVISION= 1 +PORTVERSION= 7.83.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.se/download/ \ https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/ |