Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / rebar3
Commits: 7fe3395c by Carl Smedstad at 2026-01-09T07:36:34+01:00 upgpkg: 3.26.0-1: Upstream release https://github.com/erlang/rebar3/releases/tag/3.26.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = rebar3 pkgdesc = Erlang build tool that makes it easy to compile and test Erlang applications and releases - pkgver = 3.25.1 - pkgrel = 4 + pkgver = 3.26.0 + pkgrel = 1 url = https://github.com/erlang/rebar3 arch = any license = Apache-2.0 @@ -12,7 +12,7 @@ pkgbase = rebar3 depends = erlang-erl_interface depends = erlang-eunit depends = erlang-parsetools - source = https://github.com/erlang/rebar3/archive/3.25.1/rebar3-3.25.1.tar.gz - sha256sums = 458d6ceaf7822dd7682288354ab3ba74e14b3ed11cc5b551af9eb312de894106 + source = https://github.com/erlang/rebar3/archive/3.26.0/rebar3-3.26.0.tar.gz + sha256sums = a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64 pkgname = rebar3 ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=rebar3 -pkgver=3.25.1 -pkgrel=4 +pkgver=3.26.0 +pkgrel=1 pkgdesc="Erlang build tool that makes it easy to compile and test Erlang applications and releases" arch=('any') url="https://github.com/erlang/rebar3" @@ -17,7 +17,7 @@ depends=( erlang-parsetools ) source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('458d6ceaf7822dd7682288354ab3ba74e14b3ed11cc5b551af9eb312de894106') +sha256sums=('a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rebar3/-/commit/7fe3395cb2c28ca43bff4e22c98b26d37746b407 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rebar3/-/commit/7fe3395cb2c28ca43bff4e22c98b26d37746b407 You're receiving this email because of your account on gitlab.archlinux.org.
