aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-15 23:05:58 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-15 23:05:58 -0700
commitf17345ffe4c20d5833b60c7ff0fac3da9c8a3756 (patch)
tree5d10da4227430bceb2c5466f6797040679ecd767
parent4908a63f619ae18a671e0fd34c848f9317593f20 (diff)
downloadbun-f17345ffe4c20d5833b60c7ff0fac3da9c8a3756.tar.gz
bun-f17345ffe4c20d5833b60c7ff0fac3da9c8a3756.tar.zst
bun-f17345ffe4c20d5833b60c7ff0fac3da9c8a3756.zip
Bump the versionbun-v0.0.35
-rw-r--r--Makefile2
-rw-r--r--build-id2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 26920dbe6..37224273b 100644
--- a/Makefile
+++ b/Makefile
@@ -298,7 +298,7 @@ libarchive:
./build/autogen.sh; \
./configure --disable-shared --enable-static --with-pic --disable-bsdtar --disable-bsdcat --disable-rpath --enable-posix-regex-lib --without-xml2 --without-expat --without-openssl --without-iconv --without-zlib; \
make -j${CPUS}; \
- cp ./libs/libarchive.a $(DEPS_DIR)/libarchive.a;
+ cp ./.libs/libarchive.a $(DEPS_DIR)/libarchive.a;
tgz:
zig build-exe -Drelease-fast --main-pkg-path $(shell pwd) ./misctools/tgz.zig $(DEPS_DIR)/zlib/libz.a $(DEPS_DIR)/libarchive.a $(LIBICONV_PATH) -lc
diff --git a/build-id b/build-id
index a78736459..8f92bfdd4 100644
--- a/build-id
+++ b/build-id
@@ -1 +1 @@
-34
+35