summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2021-11-09 09:16:44 -0500
committerPatrick Northon2021-11-09 09:16:44 -0500
commit1650ab80924c2a31c5c23c51e3efe4ff335d2335 (patch)
treed400d951080642913f99b4b51158d261dfb1a54c /PKGBUILD
parente56ff7ab0872066ddb7e69885ab1b54d4cde6dcb (diff)
downloadaur-1650ab80924c2a31c5c23c51e3efe4ff335d2335.tar.gz
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c978251a8157..363b72256851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=beakerlib
-pkgver=1.26
+pkgver=1.28
pkgrel=1
pkgdesc="BeakerLib is a shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=()
makedepends=()
source=("https://github.com/beakerlib/beakerlib/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('ca16f5791f5e1212e97ad710a79cb5b43710efb1989450ab806cbab49c8b50a6')
+sha256sums=('935b7432c52ba4092e70cadac197713d0352404e6fa35780e1ec868b81b3ecf8')
_srcdir="${pkgname}-${pkgver}"