summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Heinrich2019-12-22 16:58:54 +0100
committerJonas Heinrich2019-12-22 16:58:54 +0100
commit1b3333bc979c445ae63210c42e63c6c391863815 (patch)
tree99baa761259f15dbeb0322d9f2663e6083a323a1 /PKGBUILD
parent0e81a8ea2717509c0a6797ffb48b297b71247503 (diff)
downloadaur-1b3333bc979c445ae63210c42e63c6c391863815.tar.gz
updated to version 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7339120d491b..7b1e07b350f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-code-syntax-block
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Extends Gutenberg adding color syntax highlighting to the code block"
arch=('any')
@@ -12,7 +12,7 @@ depends=('wordpress')
makedepends=()
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://downloads.wordpress.org/plugin/code-syntax-block.${pkgver}.zip")
-sha512sums=('9f5cb5ff8e345792c8b1481a188fd9c39f8a79836f341f10689f90ee94e3f324d87b0763628a31e4be26294afd0fd66ffc650d1e5f5bf1876bd8e137f9102994')
+sha512sums=('179a8e621d4e86b57d121d28b71f3fd2ca7d159dfd8a07fc244bbdb4d83d3b8e7f9126ecfb7f898fafa14270a151316acd5e8e5fd8eed42cc5926a368b5d6997')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"