summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2e86b2f8f3..693185449770 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bash-bats-file
pkgdesc = Common filesystem assertions for Bats
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 2
url = https://github.com/bats-core/bats-file
install = bash-bats-file.install
arch = any
license = MIT
depends = bash-bats
- source = https://github.com/bats-core/bats-file/archive/v0.3.0/bash-bats-file-0.3.0.tar.gz
- sha512sums = 948249ba72aa027153bdab55438e0b705c1efd06a934003ac60a51d839b0c91c0cb59b55260adcacfcaca9af5eed66c0c4197140aeb4db9dfbcc7ebed5cd4362
+ source = https://github.com/bats-core/bats-file/archive/v0.4.0/bash-bats-file-0.4.0.tar.gz
+ sha512sums = 373262eb0dd01b9a46ab6f74e74f8cca867048fc757ad48126b7aa26ba173989e77c3ae9007e1bbe646f4f461fcd1c2be6e60b3a55242ae4b73f41d42c323bb6
pkgname = bash-bats-file
diff --git a/PKGBUILD b/PKGBUILD
index f2aeaecb7d3d..e7b03c490d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brokenpip3 <brokenpip3[at]gmail[dot]com>
pkgname=bash-bats-file
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=2
pkgdesc="Common filesystem assertions for Bats"
arch=("any")
@@ -10,7 +10,7 @@ license=("MIT")
depends=('bash-bats')
install=bash-bats-file.install
source=("https://github.com/bats-core/bats-file/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('948249ba72aa027153bdab55438e0b705c1efd06a934003ac60a51d839b0c91c0cb59b55260adcacfcaca9af5eed66c0c4197140aeb4db9dfbcc7ebed5cd4362')
+sha512sums=('373262eb0dd01b9a46ab6f74e74f8cca867048fc757ad48126b7aa26ba173989e77c3ae9007e1bbe646f4f461fcd1c2be6e60b3a55242ae4b73f41d42c323bb6')
check() {
cd "${srcdir}/bats-file-${pkgver}"