summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2019-11-07 13:38:48 +0100
committerJonas Heinrich2019-11-07 13:38:48 +0100
commit0e81a8ea2717509c0a6797ffb48b297b71247503 (patch)
treefeecf84f3c2a86c232deada149ff4d00147a0f24
parentf58e3d2c4703c32f52b54d95ba5515f92968f7ad (diff)
downloadaur-0e81a8ea2717509c0a6797ffb48b297b71247503.tar.gz
updated to version 1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 651f696c9359..bff9ebffcd09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wordpress-plugin-code-syntax-block
pkgdesc = Extends Gutenberg adding color syntax highlighting to the code block
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/mkaz/code-syntax-block
arch = any
license = GPL2
depends = wordpress
options = !strip
- source = wordpress-plugin-code-syntax-block-1.0.1.tar.gz::https://downloads.wordpress.org/plugin/code-syntax-block.1.0.1.zip
- sha512sums = 353ef680ea3368a7f0baa3717f82f2dde86590a9d14c457d5cd3ce61b78f25b1a6b156b735afd83904c3c742ae15dc5afcccc9108e543aa44e3948e24cacf1ba
+ source = wordpress-plugin-code-syntax-block-1.1.0.tar.gz::https://downloads.wordpress.org/plugin/code-syntax-block.1.1.0.zip
+ sha512sums = 9f5cb5ff8e345792c8b1481a188fd9c39f8a79836f341f10689f90ee94e3f324d87b0763628a31e4be26294afd0fd66ffc650d1e5f5bf1876bd8e137f9102994
pkgname = wordpress-plugin-code-syntax-block
diff --git a/PKGBUILD b/PKGBUILD
index c0ed744f9520..7339120d491b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-code-syntax-block
-pkgver=1.0.1
+pkgver=1.1.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=('353ef680ea3368a7f0baa3717f82f2dde86590a9d14c457d5cd3ce61b78f25b1a6b156b735afd83904c3c742ae15dc5afcccc9108e543aa44e3948e24cacf1ba')
+sha512sums=('9f5cb5ff8e345792c8b1481a188fd9c39f8a79836f341f10689f90ee94e3f324d87b0763628a31e4be26294afd0fd66ffc650d1e5f5bf1876bd8e137f9102994')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"