diff --git a/_constraints b/_constraints
index 4b9a936..5576a87 100644
--- a/_constraints
+++ b/_constraints
@@ -4,5 +4,8 @@
4
+
+ 8
+
diff --git a/_service b/_service
index a05bb3b..19e17bc 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
https://github.com/JuliaLang/juliaup
@PARENT_TAG@
git
- 0a42faa
+ ea6a101
v(.*)
\1
enable
@@ -12,12 +12,12 @@
*.tar
- xz
+ zstd
juliaup
- xz
+ zst
true
diff --git a/juliaup-1.11.0.tar.zst b/juliaup-1.11.0.tar.zst
new file mode 100644
index 0000000..cf8d987
--- /dev/null
+++ b/juliaup-1.11.0.tar.zst
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e808d0f85383000d32e66c294854911569a602a2c58b2ee7ea3e89987603eba
+size 110772468
diff --git a/juliaup-1.8.16.tar.xz b/juliaup-1.8.16.tar.xz
deleted file mode 100644
index 45584c2..0000000
--- a/juliaup-1.8.16.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9ef5437fcad3951e2591c03f476ef8c483465675072d2a205291e3f5fb901ac8
-size 66824436
diff --git a/juliaup.changes b/juliaup.changes
index 664ed1b..3b387cc 100644
--- a/juliaup.changes
+++ b/juliaup.changes
@@ -1,3 +1,67 @@
+-------------------------------------------------------------------
+Wed Jun 28 08:19:48 UTC 2023 - socvirnyl.estela@gmail.com
+
+- Update to version 1.11.0:
+ * Add all binaries to Cargo.toml
+ * Build everythin before running tests
+ * Add metadata to Cargo.toml
+ * Exclude some files from package
+ * Only buildnecessary binaries in release workflow
+ * Added a bit more error messages
+ * Fix warning about symlink folder not being on PATH
+ * Absolutize path for link command
+ * chore: Release juliaup version 1.10.0
+ * Add override documentation to README
+ * Rename `override list` to `override status`
+ * Add override tests
+ * Prevent deletion of channel that is used in override
+ * Format paths nicer on Windows
+ * Use override in launcher
+ * Add basic override management
+ * Add basic override scaffolding
+ * Add docs for JULIAUP_CHANNEL
+ * Go back to simpler error implementation
+ * Add tests for channel selection
+ * Add JULIAUP_CHANNEL env var
+ * Add SOCKS5 support on Linux/Mac
+ * Use more standard syntax
+ * Commit Cargo.lock
+ * Fix formatting
+ * Simplify http get request
+ * Revert test.yml changes
+ * Use reqwest
+ * use optional input
+ * work on better parsers
+ * Reorder args
+ * chore: added back ureq for macos deps
+ * chore: initial reqwest migration
+ * chore: generate new lockfile
+ * chore: replace ureq to reqwest in Cargo.toml
+ * fix: replace atty with is-terminal
+ * Update version db (#606)
+ * add a blame ignore revision file to avoid formatting changes to pollute git blame (#599)
+ * run cargo format on all files (#595)
+ * Update version db (#591)
+ * remove double negative from input
+ * add more cli parameters for automated install
+ * Sleep for 30 seconds before and after purging the Fastly cache
+ * Update juliaup.rs
+ * Fix update to work with removed channels
+ * Use better error messages
+
+-------------------------------------------------------------------
+Wed Mar 1 10:10:34 UTC 2023 - Soc Virnyl Estela
+
+- Update vendored dependencies.
+- Restrict to Tier 1 architectures.
+- Declare disk size to 8GB to avoid "No space left on device".
+
+-------------------------------------------------------------------
+Mon Feb 13 00:00:03 UTC 2023 - Soc Virnyl Estela
+
+- Automatic update of vendored dependencies.
+- Use zstd compression for tarballs.
+
-------------------------------------------------------------------
Wed Jan 04 00:30:24 UTC 2023 - Soc Virnyl Estela
diff --git a/juliaup.spec b/juliaup.spec
index 2426136..4df3d1f 100644
--- a/juliaup.spec
+++ b/juliaup.spec
@@ -21,17 +21,19 @@
%global latest_julia_version 1.8.3
Name: juliaup
-Version: 1.8.16
+Version: 1.11.0
Release: 0
Summary: Julia installer and version multiplexer
License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND ISC AND MIT AND MPL-2.0 AND MIT
Group: Development/Languages/Other
URL: https://github.com/JuliaLang/juliaup
-Source0: %{name}-%{version}.tar.xz
-Source1: vendor.tar.xz
+Source0: %{name}-%{version}.tar.zst
+Source1: vendor.tar.zst
Source2: cargo_config
BuildRequires: cargo-packaging
BuildRequires: rust+cargo
+BuildRequires: zstd
+ExclusiveArch: %{rust_tier1_arches}
# It doesn't make sense to do this anyway.
# Provides: julia = %%{latest_julia_version}
@@ -55,7 +57,7 @@ cp %{SOURCE2} .cargo/config
%install
%{cargo_install} --no-default-features
-ln -sfv "%{_bindir}/julialauncher" "%{buildroot}/%{_bindir}/julia"
+# ln -sfv "%%{_bindir}/julialauncher" "%%{buildroot}/%{_bindir}/julia"
%files
%license LICENSE
diff --git a/vendor.tar.xz b/vendor.tar.xz
deleted file mode 100644
index 363d9f3..0000000
--- a/vendor.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0b3704eabb18f207cba9c80d1b75982f2c70ba7b32e189ea5ab5eeb081f929f7
-size 34606104
diff --git a/vendor.tar.zst b/vendor.tar.zst
new file mode 100644
index 0000000..d272932
--- /dev/null
+++ b/vendor.tar.zst
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:119e4f9cdaf8adc05080a4768db49972ea0111fa9808417f4ceb75b56c636f65
+size 47820369