xeol
End-of-life (EOL) package scanner for container images, systems, and SBOMs
End of Life (EOL) means the vendor has decided the software in question has reached the end of its “useful lifespan.” After this particular date, the manufacturer no longer markets, sells, provides technical support, sustains, enhances, or fixes the product. Note that End of Life (EOL) and End of Support (EOS) are being treated as the same by xeol, even though various vendors may use these terms differently. EOL Software is a security risk because it is no longer being maintained and receiving security updates.
The data that xeol uses to determine if a package is EOL is sourced from endoflife.date. While endoflife.date includes extended support dates, xeol does not currently support this and we only match on the standard EOL support dates from vendors.
arm64 amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install xeol
Snippets
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
0.10.1 | 7f13acbf5aef99cb2be11e8801f6588e42113c069efc7d638ec9278c1fc4a10d |
13283 |
0.10.0 | 526d9810aef01ef405f09b7bb1d04d8ac68564bcc45d1d072fbfc10f218e70ee |
13286 |
0.9.15 | 42b738755d41a8c4b840754707f581201f96e1820aba0f7880010cd4edcf225e |
12852 |
0.9.14 | 677ea46b4919b5ead0ca5f9bc0127b6af0d94a1c31808e06d0765492dd631e6f |
12850 |
0.9.13 | f237484fe9360780c5d12ae56e66e80eab2257cbdf008c11bfc36b75ec40a674 |
12830 |
0.9.11 | f729a6d7e970bcd96d411fd10beab836ea96a9177e2bba2659b0233c177ab494 |
12830 |
0.9.10 | 61c4002dee288dee459b24aa8245b29f5862c3315c957634dd2ca185e445d0c6 |
12841 |
0.9.9 | d24b2011a743d0361ace97c533159be14b14901d8c2937bdc701ad26365a1e0d |
12837 |
0.9.8 | a4b2034d554b9c5d0a647ebc710fbfdc27d130b07e353e55309d5f80be317b0c |
12838 |
0.9.7 | 0c86c5d6666dbd4b936d09f148cc797c1633b1dae67d029c6ef713773732ed16 |
12837 |
Version | SHA256 | Size (KB) |
---|---|---|
0.10.1 | 067f7700e854ea70d7719f776c088f9d1cf9ff891dcd798fb6d78ceb97610085 |
11503 |
0.10.0 | 7fa00007f764700e50faaf344e4a1609bccc1061475cea05b4b7ba0d6273e7da |
11502 |
0.9.15 | 44e3dd043f0c427541bdacbd39ac7619a28e8327f19851c7865955c903527ec7 |
11126 |
0.9.14 | 8870461c53a82a3243586e6c0537feaf378f43555cfd6d70e99fe0e4185278c1 |
11124 |
0.9.13 | 652803b81b7b8cc4b4924aa2a9c119cc18059f39ddd149d2f0d6b9f447b2d162 |
11109 |
0.9.11 | 8870543528f71978df7ceb883d7025fa06afa83e45a081b955d8bee52948627d |
11111 |
0.9.10 | 5d7c5c3e8257ff4ac025d5f1c6635b8201b2b21e60b259e5410e112c5f1c2b86 |
11123 |
0.9.9 | e110e31a70a9417c94670f5cd3f9963b948090c5e605bd37fc8c0b029c8710b4 |
11119 |
0.9.8 | 3b09ce045c874ee357bcdfba07228397ac7f5c22ee85f330fbf7310512c75c9d |
11120 |
0.9.7 | 1d17e3153cb254c9c2cda69151b710c51ba1fda2dd1d05f45a6b93b71aa46439 |
11119 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for xeol are versioned here.
Click here to see xeol ops2deb blueprints
name: xeol
matrix:
architectures:
- amd64
- arm64
versions:
- 0.2.8
- 0.3.0
- 0.3.1
- 0.3.2
- 0.3.3
- 0.3.4
- 0.4.1
- 0.4.2
- 0.4.3
- 0.4.8
- 0.4.9
- 0.4.10
- 0.5.0
- 0.6.0
- 0.6.1
- 0.7.0
- 0.7.1
- 0.7.2
- 0.8.0
- 0.8.1
- 0.9.0
- 0.9.2
- 0.9.3
- 0.9.4
- 0.9.5
- 0.9.6
- 0.9.7
- 0.9.8
- 0.9.9
- 0.9.10
- 0.9.11
- 0.9.13
- 0.9.14
- 0.9.15
- 0.10.0
- 0.10.1
homepage: https://www.xeol.io/
summary: end-of-life (EOL) package scanner for container images, systems, and SBOMs
description: |-
End of Life (EOL) means the vendor has decided the software in question has
reached the end of its “useful lifespan.” After this particular date, the
manufacturer no longer markets, sells, provides technical support, sustains,
enhances, or fixes the product. Note that End of Life (EOL) and End of Support
(EOS) are being treated as the same by xeol, even though various vendors may
use these terms differently. EOL Software is a security risk because it is no
longer being maintained and receiving security updates.
The data that xeol uses to determine if a package is EOL is sourced from
endoflife.date. While endoflife.date includes extended support dates, xeol does
not currently support this and we only match on the standard EOL support dates
from vendors.
fetch: https://github.com/xeol-io/xeol/releases/download/v{{version}}/xeol_{{version}}_linux_{{arch}}.deb
install:
- data:/
The blueprint fetch
keyword contains a URL template pointing to xeol releases. Downloaded files are locked in a lockfile versioned here.
Click here to see xeol release hashes
- url: https://github.com/xeol-io/xeol/releases/download/v0.2.8/xeol_0.2.8_linux_amd64.deb
sha256: 81cfa22603a1901702124fd48f4401d53fbd071a12d746c74484b136df914f5f
timestamp: 2023-05-25 14:52:22+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.2.8/xeol_0.2.8_linux_arm64.deb
sha256: 2fb3481b7e3de58e750d863e5d60976dd6b38c912b7b97ff2de8b286a8fa1be8
timestamp: 2023-05-26 11:53:47+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.0/xeol_0.3.0_linux_amd64.deb
sha256: d7e537131e62b511140b13742b68dcf267d40a4109ae1b3be0e0f5978df36a2e
timestamp: 2023-06-22 06:22:03+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.0/xeol_0.3.0_linux_arm64.deb
sha256: 8069e017e7ebbfd182d21433d1aab673aa5ceaaf109755ae75b24630aaa9a284
timestamp: 2023-06-22 06:22:03+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.1/xeol_0.3.1_linux_amd64.deb
sha256: 3ae8b7a221ca6c82132877e42b999c0abdd6943417f306e2c7d44ed19cc16bec
timestamp: 2023-06-22 21:17:05+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.1/xeol_0.3.1_linux_arm64.deb
sha256: 0d4fd97b288cea3c2197aac268ddef04b32b6f0a66a39c13c221f11cf6df1cf8
timestamp: 2023-06-22 21:17:05+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.2/xeol_0.3.2_linux_amd64.deb
sha256: 495e4f7758bcdb1b8dff91dbae312246ff940bffc2d98f4fbc0aede736bed5f4
timestamp: 2023-06-26 01:56:12+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.2/xeol_0.3.2_linux_arm64.deb
sha256: 9deb3e074069573293471b55dd030ed7fa77ec540d8d17c7c91b9bb3bc1a075e
timestamp: 2023-06-26 01:56:12+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.3/xeol_0.3.3_linux_amd64.deb
sha256: 85ea1487588348bd6b693308d121d3ef57449394f4e24f45a53b10db32b3f9ec
timestamp: 2023-07-05 09:50:34+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.3/xeol_0.3.3_linux_arm64.deb
sha256: 5fd3126b01a133b393ec312393a847d44935e3a93b184236bf2b1db2fef934fe
timestamp: 2023-07-05 09:50:34+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.4/xeol_0.3.4_linux_amd64.deb
sha256: 33b1f622febc4a9d672687530b961a6ae8992badcc4a5f4b165a09e5ac0102a7
timestamp: 2023-07-13 21:16:33+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.3.4/xeol_0.3.4_linux_arm64.deb
sha256: 9b3b7c101fb34f24759c63649368f202aa0087864f02c2d0d7b0f1f9c6cd24ef
timestamp: 2023-07-13 21:16:33+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.1/xeol_0.4.1_linux_amd64.deb
sha256: e7410936a43e64ea0163db379b336bb0842f7b6ac67394e4cdb7180badf2540d
timestamp: 2023-07-17 01:58:06+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.1/xeol_0.4.1_linux_arm64.deb
sha256: b1b8ce91cd23d0d8cfed66c7b95f7a1eb3ed41f76f6d016b12f7ca2e975a847f
timestamp: 2023-07-17 01:58:06+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.2/xeol_0.4.2_linux_amd64.deb
sha256: 9d563be0b612e31c171962a8341183baa1f5d939e4a8c1348bc47a85f93cb5f4
timestamp: 2023-07-20 01:33:42+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.2/xeol_0.4.2_linux_arm64.deb
sha256: e4dd074b12ef0e29c0789ffd5b92a81e588aee75f4d90ac45a0f355a9023ec6c
timestamp: 2023-07-20 01:33:42+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.3/xeol_0.4.3_linux_amd64.deb
sha256: 7299112749ee5b85c6aa81f6837edf352446baae248f339911c241f717afd934
timestamp: 2023-07-20 06:22:15+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.3/xeol_0.4.3_linux_arm64.deb
sha256: c6ef7a8db0855e04edecb7f84899988671546e965062f4169037a7cdde40a648
timestamp: 2023-07-20 06:22:15+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.8/xeol_0.4.8_linux_amd64.deb
sha256: ee0ba4180bc76d705cee9cd3cd6b4b1cb75388c51149590a348849136b521551
timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.8/xeol_0.4.8_linux_arm64.deb
sha256: 1f3c12d89076ffb881a7e808116dbb5ed5afc68a1c3a8dadb1a643b71d31ae33
timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.9/xeol_0.4.9_linux_amd64.deb
sha256: 3aa0f39b988cb319a671efc32fc520ca47b7f26c77d1601bec190005fdd85883
timestamp: 2023-07-31 21:14:51+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.9/xeol_0.4.9_linux_arm64.deb
sha256: 51a65e19a38fe3e88a4eb37a8768c28aade4eff8aa05ebc189743b14dc459771
timestamp: 2023-07-31 21:14:51+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.10/xeol_0.4.10_linux_amd64.deb
sha256: 94f89c0d02abf9ae11d7175715ae2606d9c85c2826906cd61dad7c84f57fa513
timestamp: 2023-08-02 18:20:19+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.4.10/xeol_0.4.10_linux_arm64.deb
sha256: b9935fcc27222f2567ddf2ca2ca4cc77ee4534eb3a84383f403a065c7bcef789
timestamp: 2023-08-02 18:20:19+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.5.0/xeol_0.5.0_linux_amd64.deb
sha256: e7bc4ad8877a54b358d211961f094e897aec0cce42595ab3d547d7fe2e9b57c1
timestamp: 2023-08-05 01:19:25+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.5.0/xeol_0.5.0_linux_arm64.deb
sha256: e2ac2b5033ec8edb7eddb60b41e0ea0a590091ca193b55492bb5eb4682de1c0e
timestamp: 2023-08-05 01:19:25+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.6.0/xeol_0.6.0_linux_amd64.deb
sha256: acaf2def7deca05857c99d56b7e0d2b93cb936bf7d4d7c5e62e0d988a127e3df
timestamp: 2023-08-09 21:15:02+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.6.0/xeol_0.6.0_linux_arm64.deb
sha256: ab64e83cbedd02b2bd9fde8888fc9e8e8be25438f61da22aa4ab006c99339b53
timestamp: 2023-08-09 21:15:02+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.6.1/xeol_0.6.1_linux_amd64.deb
sha256: de2f57d839f01c036937fefaa572de9226be45c5191f833eec75fb9022770125
timestamp: 2023-08-16 01:09:00+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.6.1/xeol_0.6.1_linux_arm64.deb
sha256: 7fed53762b01585744efaa48dfd8689577bbc6942b4ca34e0ad0515fa93a3e71
timestamp: 2023-08-16 01:09:00+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.0/xeol_0.7.0_linux_amd64.deb
sha256: c0b56daf9385c896812e8039e63b08aa6a1fa6607d852fcf8c557fac307627f3
timestamp: 2023-08-25 03:16:38+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.0/xeol_0.7.0_linux_arm64.deb
sha256: 4636bb4334e4797a1ea136830abf914bd00797dede5d6f175c8b82bedd2c46d8
timestamp: 2023-08-25 03:16:38+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.1/xeol_0.7.1_linux_amd64.deb
sha256: 5bb0044e208a3578526b78c654be9d6f0f19d4d069ef916fbf7f441f8ecd3e6f
timestamp: 2023-08-28 18:20:31+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.1/xeol_0.7.1_linux_arm64.deb
sha256: 98be8c86581b9e04c69fa0433d82a4d452f959cc6c565cd7ba1c16a4d4cf2006
timestamp: 2023-08-28 18:20:31+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.2/xeol_0.7.2_linux_amd64.deb
sha256: fa837364cf475316498578dcb338c82cf77b9064ad4fb73496e9afc5604fa337
timestamp: 2023-09-03 06:19:53+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.7.2/xeol_0.7.2_linux_arm64.deb
sha256: 04c8059c3caacd6f2564af8da300c1d6ed8af65d8bda02c709f1aa3c9a1b6945
timestamp: 2023-09-03 06:19:53+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.8.0/xeol_0.8.0_linux_amd64.deb
sha256: e809eb36330fa19c46146a69fd134fb53a779bb09ddd1286117b90b5c69b11fa
timestamp: 2023-09-03 09:14:30+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.8.0/xeol_0.8.0_linux_arm64.deb
sha256: b8b21505964e70c667646991b1033fefce6b0b6bcfede0dfa14800860f7e5c5a
timestamp: 2023-09-03 09:14:30+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.8.1/xeol_0.8.1_linux_amd64.deb
sha256: b79d332d0949abe80411d49d90817c6464d81990dba6f65e09a285dac7071be2
timestamp: 2023-09-04 01:11:39+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.8.1/xeol_0.8.1_linux_arm64.deb
sha256: 54c937b6680cc33563621975793817d36a42a0f6cd46c0cdd1e6f5c3316ab2cc
timestamp: 2023-09-04 01:11:39+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.0/xeol_0.9.0_linux_amd64.deb
sha256: ff42d43dfb113e8263408a01059a8a5af43390ce30311b57b6e36323a2b933c5
timestamp: 2023-09-21 21:14:59+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.0/xeol_0.9.0_linux_arm64.deb
sha256: e6f77b1abddb74ede2bc42813a52800cf7455ad564552033d9f30543b85f5832
timestamp: 2023-09-21 21:14:59+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.2/xeol_0.9.2_linux_amd64.deb
sha256: 79beeefa65d66aa3085913c74b423a5fa075af1db808f51fd26b0c7a8a884bb9
timestamp: 2023-10-02 18:22:13+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.2/xeol_0.9.2_linux_arm64.deb
sha256: fae83cc40b639d955b815a2cf2cccfb12ca6073c746ee491ff8b233a9002f902
timestamp: 2023-10-02 18:22:13+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.3/xeol_0.9.3_linux_amd64.deb
sha256: 06f994c7d374d451dee43c5c239335d90bb1d1151285deb863da20f658fdfc40
timestamp: 2023-10-06 21:14:13+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.3/xeol_0.9.3_linux_arm64.deb
sha256: fe3c01b3d616a624256a8ff7e41d269ba18d8a8c9c74f44f4c4ef7c51ed929bd
timestamp: 2023-10-06 21:14:13+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.4/xeol_0.9.4_linux_amd64.deb
sha256: ee834c4fc5c028e39d78fdf53889819bb2bb355d04416b80e8e9793558f69c64
timestamp: 2023-10-19 15:17:40+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.4/xeol_0.9.4_linux_arm64.deb
sha256: 0bc29232394d90d71c37c55a45c5dff132a7890eb8c0fddaec305dc05527c668
timestamp: 2023-10-19 15:17:40+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.5/xeol_0.9.5_linux_amd64.deb
sha256: e330cac1ab6fb9e07010c11843eab5d33905dad45886c2c6f8544fe4a0f6ba8e
timestamp: 2023-10-23 18:21:12+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.5/xeol_0.9.5_linux_arm64.deb
sha256: 5f890dde09f6832816a3ad70a18aca34c493899e69963a9717ce0668561a2ed5
timestamp: 2023-10-23 18:21:12+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.6/xeol_0.9.6_linux_amd64.deb
sha256: 3fc0a56a241482b5f98d665eb4acd2ec574bf3ecfdc8134d1f306ff6ba51a0e8
timestamp: 2023-10-29 01:16:56+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.6/xeol_0.9.6_linux_arm64.deb
sha256: d55e79ead2a35e3d354dda354410fa47625cf591e1683e08a552186affc732a2
timestamp: 2023-10-29 01:16:56+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.7/xeol_0.9.7_linux_amd64.deb
sha256: 094d1f32e9419095f02928e19a1ff2e081ba4fb3edd87147b5584647067cdc44
timestamp: 2023-11-02 01:12:42+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.7/xeol_0.9.7_linux_arm64.deb
sha256: d6326d6ae2dbae8eab7d4fc0014a9c5d4abb1721d75a2ed3d7f9720af1b1713c
timestamp: 2023-11-02 01:12:42+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.8/xeol_0.9.8_linux_amd64.deb
sha256: 694bdc33460588e3cec39d2c21af8f2c53e084467041d0ac49711d2c0fe1826d
timestamp: 2023-11-08 06:22:12+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.8/xeol_0.9.8_linux_arm64.deb
sha256: 2fc54f67fa83e24f9ba2caca4d647e9d45b7d6f484717526ba62e6ec6090c652
timestamp: 2023-11-08 06:22:12+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.9/xeol_0.9.9_linux_amd64.deb
sha256: de20e362a2ee42071a448cec064901aafba35e4191ff54666f57de0181eadeed
timestamp: 2023-11-10 18:21:03+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.9/xeol_0.9.9_linux_arm64.deb
sha256: a45d32f8cd31e6a60fb72e4403ba7152407dab53548735cd83c0f1fd104e0490
timestamp: 2023-11-10 18:21:03+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.10/xeol_0.9.10_linux_amd64.deb
sha256: f8b52f12d282e7eb68b829978ebf2bca82b13921c72d16fc7e9d5f178913bc6e
timestamp: 2023-11-14 18:18:44+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.10/xeol_0.9.10_linux_arm64.deb
sha256: dcaab664d416dc907a0c2d674d6d308a3d69b7d14c1f5eaa595ffa352f82359f
timestamp: 2023-11-14 18:18:44+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.11/xeol_0.9.11_linux_amd64.deb
sha256: 27545f3347a583b06fe114af7ecdbe7c987a8ec26ee4ffc1853e58534d845a34
timestamp: 2024-01-09 18:18:09+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.11/xeol_0.9.11_linux_arm64.deb
sha256: cd026e8f10d543fd34ab23bf43eb8927afebe74a753428ef871c930632bcb22b
timestamp: 2024-01-09 18:18:09+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.13/xeol_0.9.13_linux_amd64.deb
sha256: 4bfcfdd62abfff7d13675ed605fbaa8a5a8289851e1872c55c8827e782011a70
timestamp: 2024-01-24 01:19:06+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.13/xeol_0.9.13_linux_arm64.deb
sha256: 5b8e14b2df1804d6c39ac8350e75424f3b275ed0c11fae45b23087992683eaba
timestamp: 2024-01-24 01:19:06+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.14/xeol_0.9.14_linux_amd64.deb
sha256: 0aa5f2d9710d4414761bf6df567c5e7327e1641bd7bf5c7c81e5bf805237d3ee
timestamp: 2024-04-05 00:20:58+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.14/xeol_0.9.14_linux_arm64.deb
sha256: e25e9a4972b9c94643000688ea3bf2b5edcc66e2a9a6fe6762c61b612ae349d2
timestamp: 2024-04-05 00:20:58+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.15/xeol_0.9.15_linux_amd64.deb
sha256: 21c2ae4c45163e2f3614894f03bcfa6d8e753f852d700f222b77326bf72e6a19
timestamp: 2024-04-27 06:06:43+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.9.15/xeol_0.9.15_linux_arm64.deb
sha256: d12ab41d8834ddcbfd90387c1aa47a71bb17980cf969cb0c85eca0a7c02498e7
timestamp: 2024-04-27 06:06:43+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.10.0/xeol_0.10.0_linux_amd64.deb
sha256: 60621df46792c518e16f471df2a276fd732a9ebdf36fe6557add7c9d62f166b2
timestamp: 2024-08-12 15:06:43+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.10.0/xeol_0.10.0_linux_arm64.deb
sha256: ddd6db973c327a437c75a3086a0a4a153c79876c57254d86fcaa1dca87cda448
timestamp: 2024-08-12 15:06:43+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.10.1/xeol_0.10.1_linux_amd64.deb
sha256: 26ceff8c917974036f59aa6c0a63165da84166ee855c1e633ce37e3b76392240
timestamp: 2024-10-23 00:27:06+00:00
- url: https://github.com/xeol-io/xeol/releases/download/v0.10.1/xeol_0.10.1_linux_arm64.deb
sha256: b0021a01937dcd02f2b2ff7de8faef06dde03340891a1ae162cfec872cadece1
timestamp: 2024-10-23 00:27:06+00:00