summarylogtreecommitdiffstats
path: root/update-pkg.sh
diff options
context:
space:
mode:
author@fhdk2017-10-08 13:34:21 +0200
committer@fhdk2017-10-08 13:34:21 +0200
commit95742bd127f1fe901be29d9386ac694621440ed2 (patch)
tree20400a68cee0e19205e880c4af7e23bdfc7ece59 /update-pkg.sh
parentd74170bd0b621556a63f9ac2a3e6b29f1344b1b9 (diff)
downloadaur-95742bd127f1fe901be29d9386ac694621440ed2.tar.gz
added authors
Diffstat (limited to 'update-pkg.sh')
-rwxr-xr-xupdate-pkg.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update-pkg.sh b/update-pkg.sh
index 1b7b1c87a666..9c5a3ebc7ce5 100755
--- a/update-pkg.sh
+++ b/update-pkg.sh
@@ -1,5 +1,6 @@
#!/usr/bin/bash
-
+# script courtesy of @papajoke
+# modifed by @fhdk
# get last ffver
ffpkgver=$(curl -s "https://ftp.mozilla.org/pub/devedition/releases/" | awk -F'/' '/href.*releases\// {print $5}' | sort -Vr | head -n1)
echo "Latest release : ${ffpkgver}"