Skip to content

Commit f2f25cc

Browse files
bryan-minimalclaude
andcommitted
Update ghostscript to 10.07.1
10.06.0 -> 10.07.1. The URL release tag is also corrected gs10060 -> gs10071: ghostscript's download tag is the version with the dots stripped, so a plain version bump left it stale and 404'd. The updater now rewrites it to the resolved upstream tag (pkgmgr-rs#578). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2b2005f commit f2f25cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/ghostscript/build.ncl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ let openjpeg = import "../openjpeg/build.ncl" in
1212
let glibc = import "../glibc/build.ncl" in
1313
let gcc = import "../gcc/build.ncl" in
1414

15-
let version = "10.06.0" in
15+
let version = "10.07.1" in
1616
{
1717
name = "ghostscript",
1818
build_deps = [
1919
{ file = "build.sh" } | Local,
2020
{
21-
url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10060/ghostscript-%{version}.tar.xz",
22-
sha256 = "64352648c2c081c8a9fb1a12dc1965e01ead7c57f58b72d1b54f6ef1cef3c561",
21+
url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10071/ghostscript-%{version}.tar.xz",
22+
sha256 = "1cdb766de8db8f1e589c817f09c5855ea5f65dfc8540e465a69ac14c18416025",
2323
extract = true,
2424
strip_prefix = "ghostscript-%{version}",
2525
} | Source,

0 commit comments

Comments
 (0)