New issue by 766F6964 on void-packages repository https://github.com/void-linux/void-packages/issues/32280 Description: ### System * xuname: `Void 5.12.17_1 x86_64 GenuineIntel uptodate rrrrmdFFFFFFF` * package: `CLion-2021.1.3_1` ### Expected behavior Updating from `CLion-2021.1.2_1` to `CLion-2021.1.3_1` should not cause any issues. ### Actual behavior When updating CLion by running `./xbps-src update-sys`, fails with the following error message: ``` => xbps-src: the following packages must be rebuilt and updated: CLion /home/void/void-packages/srcpkgs/CLion/template: line 1: https://download.jetbrains.com/cpp/CLion-2021.1.3.tar.gz: No such file or directory /home/void/void-packages/srcpkgs/CLion/template: line 1: https://download.jetbrains.com/cpp/CLion-2021.1.3.tar.gz: No such file or directory => xbps-src: building CLion-2021.1.3_1 ... /void-packages/srcpkgs/CLion/template: line 1: https://download.jetbrains.com/cpp/CLion-2021.1.3.tar.gz: No such file or directory /void-packages/srcpkgs/CLion/template: line 1: https://download.jetbrains.com/cpp/CLion-2021.1.3.tar.gz: No such file or directory => xbps-src: updating repositories for host (x86_64)... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... x86_64-repodata: 1695KB [avg rate: 43GB/s] [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ... x86_64-repodata: 750KB [avg rate: 51GB/s] [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ... => xbps-src: updating software in / masterdir... => xbps-src: cleaning up / masterdir... => CLion-2021.1.3_1: removing autodeps, please wait... /void-packages/srcpkgs/CLion/template: line 1: https://download.jetbrains.com/cpp/CLion-2021.1.3.tar.gz: No such file or directory /void-packages/srcpkgs/CLion/template: line 1: https://download.jetbrains.com/cpp/CLion-2021.1.3.tar.gz: No such file or directory => CLion-2021.1.3_1: the following build options are set: bundled_cmake: Install bundled CMake (ON) bundled_gdb: Install bundled GDB (ON) bundled_lldb: Install bundled LLDB (ON) => CLion-2021.1.3_1: building for x86_64... [runtime] jetbrains-jdk-bin-11.0.10b1379.1_1: not found [runtime] giflib-5.2.1_1: found (https://alpha.de.repo.voidlinux.org/current) [runtime] libXtst-1.2.3_2: found (https://alpha.de.repo.voidlinux.org/current) => jetbrains-jdk-bin-11.0.10b1379.1_1: building (dependency of CLion) for x86_64... [host] wget-1.21.1_2: found (https://alpha.de.repo.voidlinux.org/current) => jetbrains-jdk-bin-11.0.10b1379.1_1: installing host dependencies: wget-1.21.1_2 ... => jetbrains-jdk-bin-11.0.10b1379.1_1: running do-fetch hook: 00-distfiles ... => jetbrains-jdk-bin-11.0.10b1379.1_1: fetching distfile 'jbrsdk-11_0_10-linux-x64-b1379.1.tar.gz'... => ERROR: jetbrains-jdk-bin-11.0.10b1379.1_1: failed to fetch jbrsdk-11_0_10-linux-x64-b1379.1.tar.gz. => ERROR: xbps-src: failed to build CLion-2021.1.3_1 pkg! ``` ### Steps to reproduce the behavior This error occurs for me by performing a normal update of the package by running ./xbps-src update-sys`.