summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorĽubomír Kučera2019-01-24 19:08:06 +0100
committerĽubomír Kučera2019-01-24 19:08:06 +0100
commita2a8eba1e6d8a1bc5b0d135c26f600ef8faa5d4d (patch)
treefc2d086450faf552b7d6f41b584d58c0bc39fcf6
parentf5fec15367aaf7524c20296c76b655d15846bc26 (diff)
downloadaur-a2a8eba1e6d8a1bc5b0d135c26f600ef8faa5d4d.tar.gz
Update to version 3.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1d19d57a026..11f4c15a4190 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = beautysh
pkgdesc = A Bash beautifier for the masses
- pkgver = 3.11
+ pkgver = 3.12
pkgrel = 1
url = https://github.com/bemeurer/beautysh
arch = any
license = MIT
depends = python-setuptools
- source = https://github.com/bemeurer/beautysh/archive/3.11.tar.gz
- sha256sums = 0dda79a1c354219182f68fd1feb43e4b6d18be99927a75ba69fb6cc31aaca7d5
+ source = https://github.com/bemeurer/beautysh/archive/3.12.tar.gz
+ sha256sums = d42f181cf32be18d2b9b3d3acd9c910d6644a84900159b891a909276234d7d51
pkgname = beautysh
diff --git a/PKGBUILD b/PKGBUILD
index 3a522ff9d140..bd89adb95f01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ľubomír 'The_K' Kučera <lubomir.kucera.jr at gmail.com>
pkgname=beautysh
-pkgver=3.11
+pkgver=3.12
pkgrel=1
pkgdesc="A Bash beautifier for the masses"
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/bemeurer/beautysh'
license=('MIT')
depends=('python-setuptools')
source=("https://github.com/bemeurer/beautysh/archive/${pkgver}.tar.gz")
-sha256sums=('0dda79a1c354219182f68fd1feb43e4b6d18be99927a75ba69fb6cc31aaca7d5')
+sha256sums=('d42f181cf32be18d2b9b3d3acd9c910d6644a84900159b891a909276234d7d51')
package() {
cd "${pkgname}-${pkgver}"