lfs: 2.5.0 -> 2.6.0

This commit is contained in:
Tim Biermann 2022-10-20 08:10:15 +02:00
parent a421aee92b
commit 7bd4f0c93b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF320gbzvKQFLAwxQVFFxTq5a+QJb8h4qM1wJ3+0RfEdra8C0P5Km4L5BomJUtQP7nMpSZQQedM+95SNjXhluFFQ4=
SHA256 (Pkgfile) = 9ea9bd0227d9f4e542b761765a2686207347b126914c0a29873332758038badc
RWSagIOpLGJF3/93CarOy4VEQS5gQXA2BnBFi6hq3D/MxqI04BcEFY9VSPp1/eEoqn4x1Y8qprodjQwwXHict3kgGPSv7UUtvQ0=
SHA256 (Pkgfile) = 489df84dfcb2e58fdaded94c1ed7d1df3bedb28a8b98e917569b462e3dda372a
SHA256 (.footprint) = 79ccffc31e81e056e99987d40c46c8a4bd47aa98638e5a3ef0a506a11a61149e
SHA256 (lfs-2.5.0.tar.gz) = 5481cfce5762c8dfdc49f315a7cb102f5f09d57a97080b41c41e3b9bc01a3f2a
SHA256 (lfs-2.6.0.tar.gz) = bb8efe87b4489d804add580b031b4055ee38784d652786056e6f5901573a87c6

View File

@ -4,7 +4,7 @@
# Depends on: rust
name=lfs
version=2.5.0
version=2.6.0
release=1
source=(https://github.com/Canop/lfs/archive/v$version/$name-$version.tar.gz)
@ -13,7 +13,6 @@ build() {
mkdir "$PKGMK_SOURCE_DIR/rust" || true
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"
cargo update --manifest-path $name-$version/Cargo.toml
cargo build --release --locked --manifest-path $name-$version/Cargo.toml
cargo build --release --manifest-path $name-$version/Cargo.toml
install -Dt $PKG/usr/bin $name-$version/target/release/$name
}