diff --git a/fragments/labels/horos.sh b/fragments/labels/horos.sh new file mode 100644 index 0000000..26b8523 --- /dev/null +++ b/fragments/labels/horos.sh @@ -0,0 +1,8 @@ +horos) + name="Horos" + type="dmg" + versionKey="CFBundleGetInfoString" + appNewVersion=$(curl -fs https://github.com/horosproject/horos/blob/horos/Horos/Info.plist | grep -A 4 "CFBundleGetInfoString" | tail -1 | sed -r 's/.*Horos v([^<]+).*/\1/' | sed 's/ //g') + downloadURL="https://horosproject.org/horos-content/Horos"$appNewVersion".dmg" + expectedTeamID="TPT6TVH8UY" + ;;