summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2022-12-27 08:15:38 -0500
committerPatrick Northon2022-12-27 08:15:38 -0500
commitea945b109987c408c7278140b0045a2330ab60ff (patch)
tree75d0db98076c00ef8c9738232e472b3e4e0bbcd0 /PKGBUILD
parent28e5370d4bbe19d921ae1b673bdaa84ff7ab7868 (diff)
downloadaur-ea945b109987c408c7278140b0045a2330ab60ff.tar.gz
Fix checksum.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7200cb378212..7baef9e9b1d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=beakerlib
pkgver=1.29.3
-pkgrel=1
+pkgrel=2
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')
url="https://github.com/beakerlib/beakerlib"
@@ -10,7 +10,7 @@ license=('GPL2')
depends=()
makedepends=('perl')
source=("https://github.com/beakerlib/beakerlib/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('211a800983da1901167a3f8b4576ca91c6363125476a8c239d4f2536b3b2a5d2')
+sha256sums=('f792b86bac8be1a4593dd096c32c1a061102c802c6f5760259a5753b13f6caa1')
_srcdir="${pkgname}-${pkgver}"