Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f7dc280e76893dea082a46c3f0cd899847e10595
commit f7dc280e76893dea082a46c3f0cd899847e10595 Author: kikadf <[email protected]> Date: Sat May 17 14:45:08 2014 +0200 dropbox-2.8.0-1-x86_64 * Version bump diff --git a/source/xapps-extra/dropbox/FrugalBuild b/source/xapps-extra/dropbox/FrugalBuild index 8439885..75a4bc5 100644 --- a/source/xapps-extra/dropbox/FrugalBuild +++ b/source/xapps-extra/dropbox/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Devil505 <[email protected]> pkgname=dropbox -pkgver=2.6.33 +pkgver=2.8.0 pkgrel=1 pkgdesc="Secure backup, sync and sharing made easy." url="http://www.dropbox.com" @@ -13,14 +13,14 @@ groups=('xapps-extra') archs=('i686' 'x86_64') _F_archive_name="dropbox-lnx.x86" up2date="elinks -dump-width 200 https://forums.dropbox.com/forum.php?id=1 | \ - sed -n 's/.*Stable [B,b]uild - \([0-9]*\.[0-9]*\.[0-9]*\).*/\1/p'" + sed -n 's/.*Stable [B,b]uild - \([0-9]*\.[0-9]*\.[0-9]*\).*/\1/p' | head -1" if [ "${CARCH}" = 'x86_64' ]; then _source_arch="x86_64" -sha1sums=('5052a71625a1fc1e6551b723056f9ef4a50c71d3' \ +sha1sums=('b25e5a9fad35e54ed8a442b3d90aa1308d5c742d' \ '5939c50df9eec204a58a2917876c64d8413d4c0f') else _source_arch="x86" -sha1sums=('ca99b29786c7e602e18d9507d70811639140c033' \ +sha1sums=('44e48294f6b3cf7eb699e9c5c8c6692712922f97' \ '5939c50df9eec204a58a2917876c64d8413d4c0f') fi source=(https://dl-web.dropbox.com/u/17/${pkgname}-lnx.${_source_arch}-${pkgver}.tar.gz \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
