summaryrefslogtreecommitdiffstats
path: root/curl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'curl/Pkgfile')
-rwxr-xr-xcurl/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/curl/Pkgfile b/curl/Pkgfile
index 4f7f416f3..6a67176f5 100755
--- a/curl/Pkgfile
+++ b/curl/Pkgfile
@@ -5,8 +5,8 @@
# Run on: libidn
name=curl
-version=7.24.0
-release=2
+version=7.26.0
+release=1
source=(http://curl.haxx.se/download/$name-$version.tar.lzma)
build() {
@@ -18,6 +18,4 @@ build() {
--disable-ldap
make
make DESTDIR=$PKG install
- echo "/* not used */" > $PKG/usr/include/curl/types.h
}
-