Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
[unity-asset-pool] Update version comparison script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-Long Chen committed Oct 24, 2012
1 parent 6a44cfd commit f2dbabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity-asset-pool/compare_versions.sh
Expand Up @@ -3,7 +3,7 @@
source "$(dirname ${0})/PKGBUILD"

echo "Getting latest Ubuntu version..."
UBUNTU_VER=($(wget -q 'http://packages.ubuntu.com/quantal/source/unity-asset-pool' -O - | sed -n 's/.*>unity-asset-pool_\(.*\)-\(.*\)\.debian\.tar\.gz<.*/\1 \2/p'))
UBUNTU_VER=($(wget -q -O - 'https://launchpad.net/ubuntu/quantal/+source/unity-asset-pool' | sed -n 's/^.*current\ release\ (\(.*\)-\(.*\)).*$/\1 \2/p'))

echo "Getting latest upstream version..."
UPSTREAM_VER=$(wget -q 'https://launchpad.net/unity-asset-pool/+download' -O - | sed -n 's/.*unity-asset-pool-\(.*\)\.tar\.gz.*/\1/p' | head -n 1)
Expand Down

0 comments on commit f2dbabd

Please sign in to comment.