summaryrefslogtreecommitdiffstats
path: root/get-sources.sh
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-06-19 02:45:12 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2015-06-19 02:45:12 -0500
commit81138f30d73a7b4b0d8ec170cf3147a2b8820609 (patch)
tree9d4435ecc43c8c702676580efa1e68d59ce68c10 /get-sources.sh
parent4b38b0e6b0af868c50e2d4dc81b49458eec8b5be (diff)
downloadcygwin-81138f30d73a7b4b0d8ec170cf3147a2b8820609.tar.gz
cygwin-81138f30d73a7b4b0d8ec170cf3147a2b8820609.tar.xz
cygwin-81138f30d73a7b4b0d8ec170cf3147a2b8820609.zip
cygwin 2.0.4
Diffstat (limited to 'get-sources.sh')
-rwxr-xr-xget-sources.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/get-sources.sh b/get-sources.sh
index 20d0a4c..9020da2 100755
--- a/get-sources.sh
+++ b/get-sources.sh
@@ -1,9 +1,9 @@
v=$(grep '^Version:' cygwin.spec | sed -e 's/.* //')
-r=6
+r=1
tarsrc=cygwin-$v-$r-src.tar.xz
url=ftp://sourceware.org/pub/cygwin/x86/release/cygwin/${tarsrc}
curl --fail --remote-time --location --output ${tarsrc} $url
-tar axf ${tarsrc} cygwin-$v-$r.src/winsup-$v.tar.bz2 \
- && mv cygwin-$v-$r.src/winsup-$v.tar.bz2 . \
+tar axf ${tarsrc} cygwin-$v-$r.src/newlib-cygwin-$v.tar.bz2 \
+ && mv cygwin-$v-$r.src/newlib-cygwin-$v.tar.bz2 . \
&& rmdir cygwin-$v-$r.src && rm -f ${tarsrc}