summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.pkgupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pkgupdate b/.pkgupdate
index 92ac598e5f9f..9e2933d8b234 100644
--- a/.pkgupdate
+++ b/.pkgupdate
@@ -1,3 +1,3 @@
-nwVersion=$(wget -q -O- http://www.yadifa.eu/download | grep 'releases.*tgz' | tail -n1 | sed -e 's,.*yadifa-\([0-9\.\-]*\)\.tgz.*,\1,')
+nwVersion=$(wget -q -O- http://www.yadifa.eu/download | grep 'releases.*tar.gz' | head -n1 | sed -e 's,.*yadifa-\([0-9\.\-]*\)\.tar\.gz.*,\1,')
update_pkgver=${nwVersion%-*}
update__buildnr=${nwVersion#*-}