summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantine2023-01-03 21:17:21 +0900
committerConstantine2023-01-03 21:17:21 +0900
commit473c2047a0995cfb91b8cec54e6df68eaa2891ac (patch)
tree22bd7a57fde1a16c56cde412426896efaea94ab3
parentd887a2faeed135a9fcbfeae46bb78a764c7c130b (diff)
downloadaur-473c2047a0995cfb91b8cec54e6df68eaa2891ac.tar.gz
Updated to v0.5.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5425555a6c29..1b745fe32063 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-hack
pkgdesc = A cargo subcommand to provide various options useful for testing and continuous integration
- pkgver = 0.5.22
+ pkgver = 0.5.25
pkgrel = 1
url = https://github.com/taiki-e/cargo-hack
arch = i686
@@ -9,7 +9,7 @@ pkgbase = cargo-hack
license = APACHE
makedepends = cargo
depends = gcc-libs
- source = https://github.com/taiki-e/cargo-hack/archive/refs/tags/v0.5.22.tar.gz
- sha512sums = 2e8373c372bf98577bc41f8d0bf4276e3a87b7f1d2dfdc66d2273f0136e48e269c4cc855eca010d35ecb5d0c4c0fd148508e04244cfad2596d0298bdc296930e
+ source = https://github.com/taiki-e/cargo-hack/archive/refs/tags/v0.5.25.tar.gz
+ sha512sums = f1da5ac8427ba055f65b9afd5b20ade80b34909b20d0f48856332d4dde5b375f7c868a1f84f26fe3e51db65737f0fabbaffe2d3fe4ebc4e488502c8956d9a431
pkgname = cargo-hack
diff --git a/PKGBUILD b/PKGBUILD
index 451400f8cf34..cd6272946fc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vlad Frolov <frolvlad@gmail.com>
pkgname=cargo-hack
-pkgver=0.5.22
+pkgver=0.5.25
pkgrel=1
pkgdesc="A cargo subcommand to provide various options useful for testing and continuous integration"
url="https://github.com/taiki-e/cargo-hack"
@@ -11,7 +11,7 @@ makedepends=('cargo')
arch=('i686' 'x86_64')
license=('MIT' 'APACHE')
source=(https://github.com/taiki-e/cargo-hack/archive/refs/tags/v${pkgver}.tar.gz)
-sha512sums=('2e8373c372bf98577bc41f8d0bf4276e3a87b7f1d2dfdc66d2273f0136e48e269c4cc855eca010d35ecb5d0c4c0fd148508e04244cfad2596d0298bdc296930e')
+sha512sums=('f1da5ac8427ba055f65b9afd5b20ade80b34909b20d0f48856332d4dde5b375f7c868a1f84f26fe3e51db65737f0fabbaffe2d3fe4ebc4e488502c8956d9a431')
build() {
cd "cargo-hack-${pkgver}"