summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantine2022-06-05 21:22:46 +0300
committerConstantine2022-06-05 21:22:46 +0300
commit22266330ec4d96167303745e91723a2bcd463051 (patch)
tree6f34267abb1a46520c189fa8cfc52393282f5bd9
parentb7702acc4c47ea62c0873e342d8ca4c134a4606f (diff)
downloadaur-22266330ec4d96167303745e91723a2bcd463051.tar.gz
Updated to 0.5.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 052a338dae6f..333b934b8954 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.13
+ pkgver = 0.5.14
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.13.tar.gz
- sha512sums = 4c34a03dc0fcc51324b261ab224e0ce984d526e27953c3a2eb8d76ed2099ad55224ed9966b9a40f5d8c2c59ef4df2f0e0b89d3f5a24512c8ef33067a2e2595b7
+ source = https://github.com/taiki-e/cargo-hack/archive/refs/tags/v0.5.14.tar.gz
+ sha512sums = 79a3a5b8ced4b93c6f3fb2a212b1b8f995b936022c88f98ba1dd83f15ea8915780f061dd9b6fe4dd9796518a882b2ea8da8d360badf19ea82453768261836037
pkgname = cargo-hack
diff --git a/PKGBUILD b/PKGBUILD
index c12f803c2494..4b79c9dc732b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vlad Frolov <frolvlad@gmail.com>
pkgname=cargo-hack
-pkgver=0.5.13
+pkgver=0.5.14
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=('4c34a03dc0fcc51324b261ab224e0ce984d526e27953c3a2eb8d76ed2099ad55224ed9966b9a40f5d8c2c59ef4df2f0e0b89d3f5a24512c8ef33067a2e2595b7')
+sha512sums=('79a3a5b8ced4b93c6f3fb2a212b1b8f995b936022c88f98ba1dd83f15ea8915780f061dd9b6fe4dd9796518a882b2ea8da8d360badf19ea82453768261836037')
build() {
cd "cargo-hack-${pkgver}"