Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
cargo-hack
Commits:
e03d2c3d by Orhun Parmaksız at 2023-10-23T01:06:15+03:00
upgpkg: 0.6.13-1: upstream release
- - - - -
3 changed files:
- .SRCINFO
- Cargo.lock
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cargo-hack
pkgdesc = A cargo subcommand to provide various options useful for
testing and CI
- pkgver = 0.6.12
+ pkgver = 0.6.13
pkgrel = 1
url = https://github.com/taiki-e/cargo-hack
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = cargo-hack
makedepends = cargo
makedepends = git
depends = gcc-libs
- source =
cargo-hack::git+https://github.com/taiki-e/cargo-hack.git#commit=2e5813b1ae0788ab26f3d7a31257fab35b54075a
+ source =
cargo-hack::git+https://github.com/taiki-e/cargo-hack.git#commit=7ed4ef11c89f45480e1c67503bb1b3ebd4e3828d
source = Cargo.lock
sha512sums = SKIP
- sha512sums =
bf605d95ac4397382c2223054a2e45225f4b5221f5d505df1fe5efd534e959ef7a10c23f5f4b89bf8d66e5c6540e4e295f76a6f3c9279af7827409e6e6327bb2
+ sha512sums =
15a819f0c663d5ae08a3faf56a30db0f40663b6a54c7c379118c1b9cb2ce2403b58bbf65e6024f6a8b2350c891a70814ad224807c1ec6be4aed672246ddfd606
pkgname = cargo-hack
=====================================
Cargo.lock
=====================================
@@ -47,7 +47,7 @@ dependencies = [
[[package]]
name = "cargo-hack"
-version = "0.6.12"
+version = "0.6.13"
dependencies = [
"anyhow",
"build-context",
@@ -117,9 +117,9 @@ checksum =
"0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
[[package]]
name = "hashbrown"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
+checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
[[package]]
name = "hermit-abi"
@@ -233,9 +233,9 @@ dependencies = [
[[package]]
name = "rustix"
-version = "0.38.19"
+version = "0.38.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
+checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0"
dependencies = [
"bitflags 2.4.1",
"errno",
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Vlad Frolov <[email protected]>
pkgname=cargo-hack
-pkgver=0.6.12
-_commit=2e5813b1ae0788ab26f3d7a31257fab35b54075a
+pkgver=0.6.13
+_commit=7ed4ef11c89f45480e1c67503bb1b3ebd4e3828d
pkgrel=1
pkgdesc="A cargo subcommand to provide various options useful for testing and
CI"
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('cargo' 'git')
source=("$pkgname::git+$url.git#commit=$_commit"
"Cargo.lock")
sha512sums=('SKIP'
-
'bf605d95ac4397382c2223054a2e45225f4b5221f5d505df1fe5efd534e959ef7a10c23f5f4b89bf8d66e5c6540e4e295f76a6f3c9279af7827409e6e6327bb2')
+
'15a819f0c663d5ae08a3faf56a30db0f40663b6a54c7c379118c1b9cb2ce2403b58bbf65e6024f6a8b2350c891a70814ad224807c1ec6be4aed672246ddfd606')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-hack/-/commit/e03d2c3d1eb53d8aa1e5ec2668f9fc598fd1f509
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-hack/-/commit/e03d2c3d1eb53d8aa1e5ec2668f9fc598fd1f509
You're receiving this email because of your account on gitlab.archlinux.org.