summarylogtreecommitdiffstats
path: root/download.sh
diff options
context:
space:
mode:
authorBruno Silva2017-12-29 14:17:53 +0000
committerBruno Silva2017-12-29 14:17:53 +0000
commit299576497b2f3c9ac64d17b67fa880d1056af329 (patch)
tree4b76bcaeb6313dc18fbee8676db329fdefda301a /download.sh
parentdfb50e3b4c588ff442f59059e2a09a2b8ef7d7f1 (diff)
downloadaur-299576497b2f3c9ac64d17b67fa880d1056af329.tar.gz
Bump to 5.3p1
Diffstat (limited to 'download.sh')
-rw-r--r--download.sh26
1 files changed, 11 insertions, 15 deletions
diff --git a/download.sh b/download.sh
index e95fbcbcd2a5..9055b20e0019 100644
--- a/download.sh
+++ b/download.sh
@@ -1,15 +1,11 @@
-wget --header='authority:omnetpp.org' \
- --header='method:GET' \
- --header='path:/component/jdownloads/send/31-release-test-versions/2317-omnetpp-5-2-pre3-linux' \
- --header='scheme:https' \
- --header='accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8' \
- --header='accept-encoding:gzip, deflate, br' \
- --header='accept-language:en-US,en;q=0.8,pt-PT;q=0.6,pt;q=0.4,en-GB;q=0.2' \
- --header='cache-control:no-cache' \
- --header='cookie:__cfduid=d045f375fa3a89555b30f19e89e39dd371498311455; fcb7e5dfc3182a73cb86f768253d1ad1=c696v8gdb38846dhf1v71spq11; cf_use_ob=0' \
- --header='pragma:no-cache' \
- --header='referer:https://omnetpp.org/component/jdownloads/download/31-release-test-versions/2317-omnetpp-5-2-pre3-linux' \
- --header='upgrade-insecure-requests:1' \
- --header='user-agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3188.2 Safari/537.36' \
- https://omnetpp.org/component/jdownloads/send/31-release-test-versions/2317-omnetpp-5-2-pre3-linux \
- -O omnetpp-5.2pre3-src-linux.tgz
+wget --header='Host: omnetpp.org' \
+ --header='User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0' \
+ --header='Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \
+ --header='Accept-Language: en-US,en;q=0.5' \
+ --header='Accept-Encoding: gzip, deflate, br' \
+ --header='Referer: https://omnetpp.org/component/jdownloads/category/31-release-test-versions?Itemid=-1' \
+ --header='Cookie: __cfduid=dbf18f0b4ef7d74030db369718b8d63f71514490794; fcb7e5dfc3182a73cb86f768253d1ad1=e2eeb09dd5f0404f46ca7a63b55bdd6e; _ga=GA1.2.1607899217.1514490860; _gid=GA1.2.1428920453.1514490860; _gat=1' \
+ --header='Connection: keep-alive' \
+ --header='Upgrade-Insecure-Requests: 1' \
+ https://www.omnetpp.org/component/jdownloads/send/31-release-test-versions/2325-omnetpp-5-3p1-linux \
+ -O omnetpp-5.3p1-src-linux.tgz