Skip to content

Commit d433ac8

Browse files
author
Adithya Ps
authored
Merge pull request pkgforge-dev#19 from psadi/feature/v1.1.0
release v1.1.0
2 parents ea87f94 + 69b83f4 commit d433ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
export ARCH="$(uname -m)"
66

7-
GHOSTTY_VERSION="1.0.1"
7+
GHOSTTY_VERSION="1.1.0"
88

99
# Detect latest version numbers when jq is available.
1010
if command -v jq >/dev/null 2>&1; then
@@ -42,7 +42,7 @@ rm "ghostty-${GHOSTTY_VERSION}.tar.gz"
4242

4343
cd "${TMP_DIR}/ghostty-${GHOSTTY_VERSION}"
4444

45-
sed -i 's/linkSystemLibrary2("bzip2", dynamic_link_opts)/linkSystemLibrary2("bz2", dynamic_link_opts)/' build.zig
45+
sed -i 's/linkSystemLibrary2("bzip2", dynamic_link_opts)/linkSystemLibrary2("bz2", dynamic_link_opts)/' src/build/SharedDeps.zig
4646

4747
# Fetch Zig Cache
4848
ZIG_GLOBAL_CACHE_DIR=/tmp/offline-cache ./nix/build-support/fetch-zig-cache.sh

0 commit comments

Comments
 (0)