summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksym2018-07-24 23:13:32 +0300
committerMaksym2018-07-24 23:13:32 +0300
commitf92183e0f18ef81d3f3b15ba5a5aa6c2bcc5b369 (patch)
treea3bd2c0ecc4c547a5151601182f3bce5b1c90c56
parentb85ae04261fc0e6f2b06f4c1b64eb6d2a65038a8 (diff)
downloadaur-f92183e0f18ef81d3f3b15ba5a5aa6c2bcc5b369.tar.gz
Updated to upstream version 5.1.0.562.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29ca3ed564d8..82167be0c526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 3 10:37:49 UTC 2018
+# Tue Jul 24 20:12:31 UTC 2018
pkgbase = upwork
- pkgdesc = Desktop App Standard version
- pkgver = 5.1.0.523
+ pkgdesc = Desktop App 64-bit Standard version
+ pkgver = 5.1.0.562
pkgrel = 1
url = https://www.upwork.com/downloads?source=Footer
install = upwork.install
@@ -16,13 +16,10 @@ pkgbase = upwork
depends = libxtst
depends = nss
conflicts = upwork-alpha
- conflicts = upwork-appimage
- conflicts = upwork-latest
- conflicts = upwork-beta
source = LICENSE
md5sums = bb535c74d4673cee6437b04d33b32138
- source_x86_64 = https://updates-desktopapp.upwork.com/binaries/v5_1_0_523_888hfm3u1mp4laii/upwork_5.1.0.523_amd64.deb
- md5sums_x86_64 = 503193213f3aef3ca1afce0f3eaf306c
+ source_x86_64 = https://updates-desktopapp.upwork.com/binaries/v5_1_0_562_f3wgs5ljinabm69t/upwork_5.1.0.562_amd64.deb
+ md5sums_x86_64 = 4c977f6eed3a383ff8efd3130d6eaea0
pkgname = upwork
diff --git a/PKGBUILD b/PKGBUILD
index aa4e91cf36e8..10952b9822da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {