Skip to content
Merged
4 changes: 2 additions & 2 deletions srcpkgs/backblaze-b2/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'backblaze-b2'
pkgname=backblaze-b2
version=4.5.0
version=4.6.0
revision=1
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-packaging python3-pdm-backend python3-pip python3-setuptools_scm python3-wheel"
Expand All @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/Backblaze/B2_Command_Line_Tool"
distfiles="${PYPI_SITE}/b/b2/b2-${version}.tar.gz"
checksum=e07b10bc451331ac7150f27c227e9be9a9958dd3a96480db19f9ac6d565cbaef
checksum=183d3f8f64d9e19d79e2c247a70644a5a205c74eb640f23b584b68802b58aa0d
replaces="python-b2>=0"
make_check=no # tests require unpackaged dependencies

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/docker-cli/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'docker-cli'
# should be kept in sync with moby
pkgname=docker-cli
version=28.5.2
version=29.2.1
revision=1
build_style=go
go_package="github.com/docker/cli/cmd/docker"
Expand All @@ -16,7 +16,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://www.docker.com"
distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
checksum=5864ccdfceef3a9e8ddb29b4a555d5b82a551b5258067aac164b6156c6cfdc08
checksum=33a5c92198a2e57a6012c6f7938d69c72adf751584bc0c98d8d91e555b1c8f0a
system_groups="docker"
# tests seem designed to run in docker
make_check=no
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/docker-gen/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'docker-gen'
pkgname=docker-gen
version=0.16.1
version=0.16.2
revision=1
build_style=go
go_import_path="github.com/nginx-proxy/docker-gen"
Expand All @@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/nginx-proxy/docker-gen"
distfiles="https://github.com/nginx-proxy/docker-gen/archive/refs/tags/${version}.tar.gz"
checksum=c35fcc972c68cb6feea6f2ca1437a3a2b104df138b2ccbec39659a277950306b
checksum=22a8a6a647fb5e405abbc904f6453145ead1905c335ec5f6832a1e02c32f63c7

post_install() {
vlicense LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/flannel/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'flannel'
pkgname=flannel
version=0.27.4
version=0.28.1
revision=1
build_style=go
go_mod_mode=off
Expand All @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://github.com/flannel-io/flannel"
distfiles="https://github.com/flannel-io/flannel/archive/v${version}.tar.gz"
checksum=8e2ce60aa5ba6cc4e08cc806de9b884500038be4d9b97df4a0537fb14507e844
checksum=9491b9045ada491d996bc5c0109fad125d646a488f637e77dd6583b851cc74f4

post_install() {
vsv flannel
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/git-cola/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'git-cola'
pkgname=git-cola
version=4.17.0
version=4.17.1
revision=1
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-packaging python3-setuptools python3-setuptools_scm python3-wheel"
Expand All @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-only"
homepage="https://git-cola.github.io/"
distfiles="${PYPI_SITE}/g/git-cola/git_cola-${version}.tar.gz"
checksum=23da2c8d734df73e80d8d5b05d6265d4ab0436f654b509092b122a659d188bc9
checksum=c0a0cba72ac931196be21ff592c1fd0fb43c901037e4f6b2c87e05a7f3d063e7

if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
depends+=" python3-pyqt6-webengine"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/hugo/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'hugo'
pkgname=hugo
version=0.154.5
version=0.157.0
revision=1
build_style=go
build_helper=qemu
Expand All @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://gohugo.io"
distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
checksum=bbb0cf908feb90b50adc010c100080177c43a938ef583224c4372d87534bdcaf
checksum=c471db355c547ff8982102704783f49514fd572831f15396646e468556e1e43a

post_install() {
vdoc README.md
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/moby/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Template file for 'moby'
# should be kept in sync with docker-cli
pkgname=moby
version=28.5.2
version=29.2.1
revision=1
build_style=go
go_import_path="github.com/docker/docker"
hostmakedepends="go pkg-config"
makedepends="libbtrfs-devel device-mapper-devel libseccomp-devel"
makedepends="libbtrfs-devel device-mapper-devel libnftables-devel libseccomp-devel"
depends="containerd iptables xz"
short_desc="Container engine for the Docker ecosystem"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://www.docker.com"
changelog="https://github.com/moby/moby/releases"
distfiles="https://github.com/moby/moby/archive/v${version}.tar.gz"
checksum=0e450c03c536a1304ba8fd26ca4c4ff96fac62182fd042fec90ffdf4a0969d40
distfiles="https://github.com/moby/moby/archive/docker-v${version}.tar.gz"
checksum=4042ac63c7bb8af6c07880b8d10c82279e02ced2977a30890a4b3c729b29a937
system_groups="docker"
make_check=no # no other tests are available

Expand Down
3 changes: 3 additions & 0 deletions srcpkgs/moby/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
site="https://github.com/moby/moby/tags"
pattern='docker-v\K[0-9]+\.[0-9]+\.[0-9]+(?!-)'
ignore="*alpha* *beta* *rc*"
4 changes: 2 additions & 2 deletions srcpkgs/packer/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'packer'
pkgname=packer
version=1.14.3
version=1.15.0
revision=1
build_style=go
go_import_path="github.com/hashicorp/packer"
Expand All @@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BUSL-1.1"
homepage="http://www.packer.io"
distfiles="https://github.com/hashicorp/packer/archive/v${version}.tar.gz"
checksum=60e77b89481d44cf9a7b73a6816a89d6153eaed07c6be5ecac0c0e15ea943c02
checksum=44e0d4a9e8018eeef01ce5568236861d4a07a9ff9e42ac30d2d1ce1835700acf
replaces="packer-bin>=0"
repository=nonfree

Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/python3-b2sdk/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Template file for 'python3-b2sdk'
pkgname=python3-b2sdk
version=2.10.2
version=2.10.3
revision=1
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-packaging python3-pdm-backend python3-setuptools python3-setuptools_scm python3-wheel"
hostmakedepends="python3 python3-build hatchling hatch-vcs python3-packaging python3-pdm-backend python3-setuptools python3-setuptools_scm python3-wheel"
depends="python3-annotated-types python3-logfury python3-Arrow python3-requests python3-tqdm"
checkdepends="python3-pytest-lazy-fixture $depends python3-dateutil
python3-mock python3-tqdm python3-pyflakes"
Expand All @@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://pypi.org/project/b2sdk"
distfiles="${PYPI_SITE}/b/b2sdk/b2sdk-${version}.tar.gz"
checksum=39e51ea164a0e12c4ecbf0dac1f290622902ffa0cfa3de83e6b50ee3c95c1465
checksum=aec069860587990a88e3504ed09c7f48f20fb156f8dd3b01fb36a869fd6ed772
replaces="python-b2sdk>=0"
# Tests require an application key
make_check=no
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/python3-pdm-backend/template
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Template file for 'python3-pdm-backend'
pkgname=python3-pdm-backend
version=2.4.6
revision=2
version=2.4.7
revision=1
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-packaging"
short_desc="PDM-Backend"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://pypi.org/project/pdm-backend"
distfiles="${PYPI_SITE}/p/pdm_backend/pdm_backend-${version}.tar.gz"
checksum=5dd9cd581a4f18d57ff506a5b3aad7c8df31e5949b6fd854bbc34c38107e4532
checksum=a509d083850378ce919d41e7a2faddfc57a1764d376913c66731125d6b14110f
4 changes: 2 additions & 2 deletions srcpkgs/racket/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'racket'
pkgname=racket
version=9.0
version=9.1
revision=1
archs="aarch64* armv6* armv7* i686* x86_64*"
build_wrksrc=src
Expand All @@ -16,7 +16,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="LGPL-3.0-only, MIT"
homepage="http://racket-lang.org/"
distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
checksum=a05f54103789477da8e6facabb777049477c4c3998c5865c0d7ce285d3577411
checksum=1062dce1826884a2a758b565318570440dfd06699f1b1c47cd27d805e4f6833e
nostrip=yes
patch_args="-Np2"

Expand Down
5 changes: 2 additions & 3 deletions srcpkgs/sift/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'sift'
pkgname=sift
version=0.9.0
version=0.9.1
revision=15
build_style=go
go_import_path="github.com/svent/sift"
Expand All @@ -10,5 +10,4 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-3.0-only"
homepage="https://github.com/svent/sift"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=bbbd5c472c36b78896cd7ae673749d3943621a6d5523d47973ed2fc6800ae4c8
broken="missing go.mod"
checksum=8830db8aa7d34445eee66a5817127919040531c5ade186b909655ef274c3e4ce
4 changes: 2 additions & 2 deletions srcpkgs/terraform/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'terraform'
pkgname=terraform
version=1.14.3
version=1.14.6
revision=1
build_style=go
go_import_path="github.com/hashicorp/$pkgname"
Expand All @@ -10,5 +10,5 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BUSL-1.1"
homepage="https://www.terraform.io/"
distfiles="https://$go_import_path/archive/v$version.tar.gz"
checksum=63ae0ec6e40a1245dc05f9105f708054405426940cef6bb378dd2150e24bf625
checksum=ac5bbda661bbb75f9b7158e7887afc18d3af3a5bfa59b853a3a21d4349794d47
repository=nonfree
4 changes: 2 additions & 2 deletions srcpkgs/terragrunt/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'terragrunt'
pkgname=terragrunt
version=0.98.0
version=0.99.4
revision=1
build_style=go
go_import_path="github.com/gruntwork-io/terragrunt"
Expand All @@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/gruntwork-io/terragrunt"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=beb5e024515c65849ab379948e25e049fb9f0ab4cf3ab21e2cf647b50db96498
checksum=3f04ceecc489812547106383966b113ad5952da1953f11156e2c9b23d115c597

post_install() {
vlicense LICENSE.txt
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/yoshimi/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'yoshimi'
pkgname=yoshimi
version=2.3.5.2
version=2.3.6.1
revision=1
build_wrksrc=src
build_style=cmake
Expand All @@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="https://yoshimi.github.io/"
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
checksum=b642f490f0a52465fcabdeca47baa63af955163762ce46f70a54dfe361c4a8ca
checksum=a392068217ea36c8193651cbd70332ff9dec661a891876ec332ca2cfa0468e69

case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone";;
Expand Down