diff --git a/curl/build.sh b/curl/build.sh index e8a9d2d..42be2ce 100755 --- a/curl/build.sh +++ b/curl/build.sh @@ -6,7 +6,7 @@ ########################################################### # Check the following 4 variables before running the script topdir=curl -version=7.21.6 +version=7.33.0 pkgver=1 source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2 # If there are no patches, simply comment this @@ -51,6 +51,7 @@ install() # ABI compatible releases compat curl 7.19.4 1 5 compat curl 7.20.1 1 5 + compat curl 7.21.6 1 1 } reg pack diff --git a/curl/meta/ChangeLog b/curl/meta/ChangeLog index a65d4df..30c976a 100644 --- a/curl/meta/ChangeLog +++ b/curl/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Sat Nov 16 2013 Tom G. Christensen - 7.33.0-1 +- Update to 7.33.0 + * Fri May 20 2011 Tom G. Christensen - 7.21.6 - Update to 7.21.6 diff --git a/curl/meta/relnotes b/curl/meta/relnotes deleted file mode 100644 index bd83629..0000000 --- a/curl/meta/relnotes +++ /dev/null @@ -1,27 +0,0 @@ -PACKAGE DETAILS ---------------- -Name: %%PKGNAME%% -Version: %%SOURCE_AND_VER%% -Vendor: %%VENDOR%% -Packager: %%PKGEDBY%% - -Source (sha1sum): -%%SOURCE_SHA1SUM%% - -BUILD DETAILS -------------- -Compiler: -%%COMPILER%% - -Environment: -%%ENVIRONMENT%% - -Configure: -%%CONFIGURE%% - -KNOWN DEPENDENCIES ------------------- -%%DEPENDENCIES%% - -ERRORS/MISCELLANEOUS ---------------------