diff options
author | Maksym | 2018-07-24 23:13:32 +0300 |
---|---|---|
committer | Maksym | 2018-07-24 23:13:32 +0300 |
commit | f92183e0f18ef81d3f3b15ba5a5aa6c2bcc5b369 (patch) | |
tree | a3bd2c0ecc4c547a5151601182f3bce5b1c90c56 /PKGBUILD | |
parent | b85ae04261fc0e6f2b06f4c1b64eb6d2a65038a8 (diff) | |
download | aur-f92183e0f18ef81d3f3b15ba5a5aa6c2bcc5b369.tar.gz |
Updated to upstream version 5.1.0.562.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,22 +2,22 @@ # Maintainer: Maksym Sheremet <msheremet at sheremets dot com> pkgname=upwork -pkgver=5.1.0.523 +pkgver=5.1.0.562 _rawver=${pkgver//./_} -_hashver="888hfm3u1mp4laii" +_hashver="f3wgs5ljinabm69t" pkgrel=1 -pkgdesc="Desktop App Standard version" +pkgdesc="Desktop App 64-bit Standard version" arch=('x86_64') url="https://www.upwork.com/downloads?source=Footer" license=('custom') -conflicts=('upwork-alpha' 'upwork-appimage' 'upwork-latest' 'upwork-beta') +conflicts=('upwork-alpha') depends=('alsa-lib' 'gconf' 'gdk-pixbuf2' 'gtk2' 'libxss' 'libxtst' 'nss') install=upwork.install source=("LICENSE") md5sums=('bb535c74d4673cee6437b04d33b32138') -md5sums_x86_64=('503193213f3aef3ca1afce0f3eaf306c') -# how to get links Standard, Beta, Alpha: grep -A3 "checkUpdateFromServerSucess" ~/.Upwork/Upwork/Logs/* | tail -n 4 +md5sums_x86_64=('4c977f6eed3a383ff8efd3130d6eaea0') +# how to get links Standard, Beta, Alpha: grep "_getVersionToDownload" ~/.Upwork/Upwork/Logs/* | tail -n 1 source_x86_64=(https://updates-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/upwork_${pkgver}_amd64.deb) prepare() { |