summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin lyons2022-09-22 17:04:21 +0100
committerGavin lyons2022-09-22 17:04:21 +0100
commit9ae4b982782f08b6eee7a7622841d9654b337d92 (patch)
tree5df273276d420e54636094ef584c63dd3b252184
parent74ee938db06095c912343a15c27ba47f59459863 (diff)
downloadaur-bashmultitool.tar.gz
version 2.1
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe7879fc9df2..8f1e30c3b293 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = bashmultitool
pkgdesc = A library for bash shell programs containing useful functions, written in bash, can be imported into scripts
- pkgver = 2.0
- pkgrel = 1
+ pkgver = 2.1
+ pkgrel = 2
url = https://github.com/gavinlyonsrepo/bashmultitool
arch = any
license = MIT
- source = https://github.com/gavinlyonsrepo/bashmultitool/archive/2.0.tar.gz
- sha256sums = 2c38d9e5e6c9f8ba63c7a5ee8cc354bc70f9d71b17f3a942db753eadcc2f6734
+ source = https://github.com/gavinlyonsrepo/bashmultitool/archive/2.1.tar.gz
+ sha256sums = 34b470c2f6c510b1cec12f17a4add4ff3bee8bf08456dc8286b8068a69beb615
pkgname = bashmultitool
diff --git a/PKGBUILD b/PKGBUILD
index 80be3143b127..961c3ea86a79 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gavin Lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/bashmultitool
pkgname=bashmultitool
-pkgver=2.0
-pkgrel=1
+pkgver=2.1
+pkgrel=2
pkgdesc="A library for bash shell programs containing useful functions, written in bash, can be imported into scripts"
arch=('any')
url="https://github.com/gavinlyonsrepo/bashmultitool"
@@ -10,7 +10,7 @@ license=('MIT')
source=("https://github.com/gavinlyonsrepo/bashmultitool/archive/$pkgver.tar.gz")
-sha256sums=('2c38d9e5e6c9f8ba63c7a5ee8cc354bc70f9d71b17f3a942db753eadcc2f6734')
+sha256sums=('34b470c2f6c510b1cec12f17a4add4ff3bee8bf08456dc8286b8068a69beb615')
package() {