Skip to content

Commit

Permalink
Fix broken package archive URL
Browse files Browse the repository at this point in the history
  • Loading branch information
holzensp committed Feb 2, 2024
1 parent 9b63018 commit 46a70c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kotlin {
jvmToolchain(17)
}

val pklPackageVersion = "1.0.0"
val pklPackageVersion = "1.0.1"

val k8sVersions = listOf(
"v1.19.6",
Expand Down
6 changes: 3 additions & 3 deletions generated-package/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ package {
authors {
"The Pkl Team <[email protected]>"
}
version = "1.0.0"
version = "1.0.1"
baseUri = "package://pkg.pkl-lang.org/pkl-k8s/k8s"
packageZipUrl = "https://pkg.pkl-lang.org/pkl-k8s/[email protected].zip"
packageZipUrl = "https://github.com/apple/pkl-k8s/releases/download/\(name)@\(version)/\(name)@\(version).zip"
sourceCode = "https://github.com/apple/pkl-k8s"
sourceCodeUrlScheme = "https://github.com/apple/pkl-k8s/blob/1.0.0/generated-package%{path}#%{line}-%{endLine}"
sourceCodeUrlScheme = "https://github.com/apple/pkl-k8s/blob/1.0.1/generated-package%{path}#%{line}-%{endLine}"
license = "Apache-2.0"
description = """
Templates for configuring [Kubernetes](https://kubernetes.io),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package {
}
version = "$pklPackageVersion"
baseUri = "package://pkg.pkl-lang.org/pkl-k8s/k8s"
packageZipUrl = "https://pkg.pkl-lang.org/pkl-k8s/k8s@${pklPackageVersion}.zip"
packageZipUrl = "https://github.com/apple/pkl-k8s/releases/download/\\(name)@\\(version)/\\(name)@\\(version).zip"
sourceCode = "https://github.com/apple/pkl-k8s"
sourceCodeUrlScheme = "https://github.com/apple/pkl-k8s/blob/${pklPackageVersion}/generated-package%{path}#%{line}-%{endLine}"
license = "Apache-2.0"
Expand Down

0 comments on commit 46a70c4

Please sign in to comment.