summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksym Sheremet2018-12-11 04:20:14 +0200
committerMaksym Sheremet2018-12-11 04:20:14 +0200
commit2a62b856f0c002729aaba0b9f89470ae416eb815 (patch)
treeb8e9a74224a079aa2736682b001bab7cc097d4dd
parente19ca6284d2cc0f45b00112d2e672ebcfa989fb0 (diff)
downloadaur-2a62b856f0c002729aaba0b9f89470ae416eb815.tar.gz
Updated to upstream version 5.1.0.647.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e893e3c3eb..2052e9b53a78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upwork
pkgdesc = Desktop App 64-bit Standard version
- pkgver = 5.1.0.629
+ pkgver = 5.1.0.647
pkgrel = 1
url = https://www.upwork.com/downloads?source=Footer
install = upwork.install
@@ -16,8 +16,8 @@ pkgbase = upwork
conflicts = upwork-alpha
source = LICENSE
md5sums = bb535c74d4673cee6437b04d33b32138
- source_x86_64 = https://updates-desktopapp.upwork.com/binaries/v5_1_0_629_t7cbfzorudrgnytv/upwork_5.1.0.629_amd64.deb
- md5sums_x86_64 = 32e80cbc439fe0e64dfc7e31039f9a84
+ source_x86_64 = https://updates-desktopapp.upwork.com/binaries/v5_1_0_647_g0nxmj7uab8q069t/upwork_5.1.0.647_amd64.deb
+ md5sums_x86_64 = 5ff7848a1c95f60fd4ba31b0c3f8de86
pkgname = upwork
diff --git a/PKGBUILD b/PKGBUILD
index 167fd0bdd472..5ce9fc236896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Maksym Sheremet <msheremet at sheremets dot com>
pkgname=upwork
-pkgver=5.1.0.629
+pkgver=5.1.0.647
_rawver=${pkgver//./_}
-_hashver="t7cbfzorudrgnytv"
+_hashver="g0nxmj7uab8q069t"
pkgrel=1
pkgdesc="Desktop App 64-bit Standard version"
arch=('x86_64')
@@ -13,10 +13,9 @@ license=('custom')
conflicts=('upwork-alpha')
depends=('alsa-lib' 'gconf' 'gdk-pixbuf2' 'gtk2' 'libxss' 'libxtst' 'nss')
install=upwork.install
-
source=("LICENSE")
md5sums=('bb535c74d4673cee6437b04d33b32138')
-md5sums_x86_64=('32e80cbc439fe0e64dfc7e31039f9a84')
+md5sums_x86_64=('5ff7848a1c95f60fd4ba31b0c3f8de86')
# how to get links Prod, 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)