makedeb
Bash Automated Testing System
Click here to go back to the commit logs for bats.
Hash: 13e3b6d5450b711bc6b8f7b12e411ab21207275e
Message: Bump version to '1.9.0-1'
diff --git a/.SRCINFO b/.SRCINFO
index 81fca87..336987f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,11 +4,11 @@ preinst = bats.preinst
pkgbase = bats
pkgdesc = Bash Automated Testing System
pkgrel = 1
-pkgver = 1.8.2
+pkgver = 1.9.0
url = https://bats-core.readthedocs.io/
arch = all
license = MIT
-source = bats-1.8.2::git+https://github.com/bats-core/bats-core/#tag=v1.8.2
+source = bats-1.9.0::git+https://github.com/bats-core/bats-core/#tag=v1.9.0
source = bats.profile
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 451818c..de9b3c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=bats
-pkgver=1.8.2
+pkgver=1.9.0
pkgrel=1
pkgdesc='Bash Automated Testing System'
arch=('all')