Allow changelog URL callback to be set

This commit is contained in:
2024-06-16 18:25:44 +02:00
parent a4f1f0e33d
commit 50da591a6a
3 changed files with 49 additions and 33 deletions

View File

@ -5,7 +5,7 @@
import Foundation
struct CaskFile {
public struct CaskFile {
var properties: [String: String]
var name: String { return self.properties["name"]! }