Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libs.toml « data - github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3645120bf429324b208254fd0b2f7607c2006be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Versioning and Subresource Integrity (SRI) for Alpha-Church's JavaScript and CSS dependencies

# When updating the version of an asset below, please also update the corresponding SRI.
# To update the SRI for an entry visit https://www.srihash.org/
# Or, the SRI for the appropriate asset can be copied from https://cdnjs.com/ .

# JavaScript
[js.leaflet]
  version = "1.7.1"
  integrity = "sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="

[js.plyr]
  #Make sure the hash is for the polyfilled version
  version = "3.6.8"
  integrity = "sha512-tu8A6GEb3W7Pe1a1LLCMM/UtTjJv3GaH653Nm+GaW/gHFTPFX5ZJIsDMULPVXsi8T448DcRELMSVRc1PDECTNQ=="

[js.instantpage]
  version = "5.1.0"
  integrity = "sha384-by67kQnR+pyfy8yWP4kPO12fHKRLHZPfEsiSXR8u2IKcTdxD805MGUXBzVPnkLHw"

# CSS
[css.leaflet]
  version = "1.7.1"
  integrity = "sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="

[css.plyr]
  version = "3.6.8"
  integrity = "sha512-kuSeWNZsBfW/esn9MiIQ3hkFqNdHKljzVQYBOe7gPXGUNCE8KqrbZLHDSH005HrUwCI8erQ5iDrBHlSzTfSbmw=="