citrix-receiver: 13.9.1 -> 13.10.0

This commit is contained in:
obadz
2018-06-29 21:33:09 +01:00
parent a046d8c873
commit 79b33a2c00
2 changed files with 20 additions and 8 deletions
@@ -24,7 +24,7 @@
, alsaLib
, libidn
, zlib
, version ? "13.9.1"
, version ? "13.10.0"
}:
let
@@ -113,6 +113,17 @@ let
x86hash = "A93E9770FD10FDD3586A2D47448559EA037265717A7000B9BD2B1DCCE7B0A483";
x64suffix = "6";
x86suffix = "6";
homepage = https://www.citrix.com/downloads/citrix-receiver/legacy-receiver-for-linux/receiver-for-linux-1391.html;
};
"13.10.0" = {
major = "13";
minor = "10";
patch = "0";
x64hash = "7025688C7891374CDA11C92FC0BA2FA8151AEB4C4D31589AD18747FAE943F6EA";
x86hash = "2DCA3C8EDED11C5D824D579BC3A6B7D531EAEDDCBFB16E91B5702C72CAE9DEE4";
x64suffix = "20";
x86suffix = "20";
homepage = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html;
};
};