diff --git a/anda/langs/python/wget/wget.spec b/anda/langs/python/wget/wget.spec index 986ad5ba21..bde7ac1748 100644 --- a/anda/langs/python/wget/wget.spec +++ b/anda/langs/python/wget/wget.spec @@ -6,7 +6,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: python-%{pypi_name} -Version: 3.2^%{commit_date}git%{shortcommit} +Version: 3.2 Release: 1%{?dist} Summary: Pure Python download utility License: LicenseRef-Fedora-Public-Domain diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 5f25e3ffe2..45e64be448 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.338+0d4f3cc67 +version=0.17.0-dev.340+c02d39a21 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index e57417010e..7ab0026e30 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.338+0d4f3cc67 +%global ver 0.17.0-dev.340+c02d39a21 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1