diff --git a/modules/AlpineLinux.php b/modules/AlpineLinux.php new file mode 100644 index 0000000..8b57b0d --- /dev/null +++ b/modules/AlpineLinux.php @@ -0,0 +1,14 @@ +fetch_yaml('https://alpine.global.ssl.fastly.net/alpine/latest-stable/releases/x86_64/latest-releases.yaml')) + return $this->parse_yaml('version'); + return false; + } +} + +?>