Skip to content

Commit 7f4b9c7

Browse files
committed
Update Amebis.ALicPos to 3.0
1 parent 22299ae commit 7f4b9c7

4 files changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
2+
3+
ManifestType: installer
4+
ManifestVersion: 1.10.0
5+
PackageIdentifier: Amebis.ALicPos
6+
PackageVersion: 3.0
7+
Installers:
8+
- InstallerLocale: en-US
9+
Architecture: x86
10+
InstallerType: msi
11+
InstallerUrl: https://prenos.amebis.si/ALicPos/3.0/ALicPos.Win32.En.msi
12+
InstallerSha256: d866568c32cbf9d53eef07d016269b3233bd9e83d9b8e89aa8db1bfa74607909
13+
AppsAndFeaturesEntries:
14+
- ProductCode: '{D433BEC9-1ADE-4E66-91CD-FCE21E663575}'
15+
DisplayName: Amebis Licence Proxy 3.0 Win32
16+
UpgradeCode: '{030C0A5C-315B-4266-9E62-2B2F743F650D}'
17+
- InstallerLocale: sl-SI
18+
Architecture: x86
19+
InstallerType: msi
20+
InstallerUrl: https://prenos.amebis.si/ALicPos/3.0/ALicPos.Win32.Sl.msi
21+
InstallerSha256: f1601ec72f5771a1bc8c129601d225fe1be1067dd6b6ef05c7812e54e9758330
22+
AppsAndFeaturesEntries:
23+
- ProductCode: '{D433BEC9-1ADE-4E66-91CD-FCE21E663575}'
24+
DisplayName: Amebisov posrednik licenc 3.0 Win32
25+
UpgradeCode: '{030C0A5C-315B-4266-9E62-2B2F743F650D}'
26+
- InstallerLocale: en-US
27+
Architecture: x64
28+
InstallerType: msi
29+
InstallerUrl: https://prenos.amebis.si/ALicPos/3.0/ALicPos.x64.En.msi
30+
InstallerSha256: c8396499b93262eda32405022d29a972921fd390bd7484a057cc55bc03148497
31+
AppsAndFeaturesEntries:
32+
- ProductCode: '{D433BEC9-1ADE-4E66-91CD-FCE21E663575}'
33+
DisplayName: Amebis Licence Proxy 3.0 x64
34+
UpgradeCode: '{C9CE5E48-43A1-4308-9BBA-15ECBB58AC1E}'
35+
- InstallerLocale: sl-SI
36+
Architecture: x64
37+
InstallerType: msi
38+
InstallerUrl: https://prenos.amebis.si/ALicPos/3.0/ALicPos.x64.Sl.msi
39+
InstallerSha256: b0a2f0ce47c7a28bf1b5cde73ab201d5b397038937d970f638413a4dae99045a
40+
AppsAndFeaturesEntries:
41+
- ProductCode: '{D433BEC9-1ADE-4E66-91CD-FCE21E663575}'
42+
DisplayName: Amebisov posrednik licenc 3.0 x64
43+
UpgradeCode: '{C9CE5E48-43A1-4308-9BBA-15ECBB58AC1E}'
44+
- InstallerLocale: en-US
45+
Architecture: arm64
46+
InstallerType: msi
47+
InstallerUrl: https://prenos.amebis.si/ALicPos/3.0/ALicPos.ARM64.En.msi
48+
InstallerSha256: d1bc4d370bd0652f593c573b40075f621770bc7bf41db4465138f38aafd77d66
49+
AppsAndFeaturesEntries:
50+
- ProductCode: '{D433BEC9-1ADE-4E66-91CD-FCE21E663575}'
51+
DisplayName: Amebis Licence Proxy 3.0 ARM64
52+
UpgradeCode: '{BDDEC577-180E-4B2D-9AE3-F8E35085870A}'
53+
- InstallerLocale: sl-SI
54+
Architecture: arm64
55+
InstallerType: msi
56+
InstallerUrl: https://prenos.amebis.si/ALicPos/3.0/ALicPos.ARM64.Sl.msi
57+
InstallerSha256: b2488f1c785a552adb721b43aff34e816385c08d3c7f9c902393e2a0595b5f1f
58+
AppsAndFeaturesEntries:
59+
- ProductCode: '{D433BEC9-1ADE-4E66-91CD-FCE21E663575}'
60+
DisplayName: Amebisov posrednik licenc 3.0 ARM64
61+
UpgradeCode: '{BDDEC577-180E-4B2D-9AE3-F8E35085870A}'
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
2+
3+
ManifestType: defaultLocale
4+
ManifestVersion: 1.10.0
5+
PackageIdentifier: Amebis.ALicPos
6+
PackageVersion: 3.0
7+
PackageLocale: en-US
8+
Publisher: Amebis
9+
PublisherUrl: https://www.amebis.si/
10+
PackageName: Amebis Licence Proxy
11+
License: Proprietary
12+
ShortDescription: Amebis server for central licence management
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
2+
3+
ManifestType: locale
4+
ManifestVersion: 1.10.0
5+
PackageIdentifier: Amebis.ALicPos
6+
PackageVersion: 3.0
7+
PackageLocale: sl-SI
8+
Publisher: Amebis
9+
PublisherUrl: https://www.amebis.si/
10+
PackageName: Amebisov posrednik licenc
11+
License: Proprietary
12+
ShortDescription: Amebisov strežnik za štetje licenc
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
2+
3+
ManifestType: version
4+
ManifestVersion: 1.10.0
5+
PackageIdentifier: Amebis.ALicPos
6+
PackageVersion: 3.0
7+
DefaultLocale: en-US

0 commit comments

Comments
 (0)