summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21dbc2ef66f8..1262d5a8c845 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.3.2
+ pkgver = 1.3.3
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.3.2.tar.gz::https://downloads.wordpress.org/plugin/code-syntax-block.1.3.2.zip
- sha512sums = c7ad001bd95b520b7c86b281c440f6423b9894ecbbda1b31e2583e2dc617c9fff732c794de045df697b664171c8ac924081dcc9594c671df4ee38d5ea7effc30
+ source = wordpress-plugin-code-syntax-block-1.3.3.tar.gz::https://downloads.wordpress.org/plugin/code-syntax-block.1.3.3.zip
+ sha512sums = ba89463dd0a74b97d7b92703ba3468b9b45cf84efaf0d2dee862d38e5d53457af07feb56cd9c678b58623093cafc499b96124c58666b7805e62713cea02a9e59
pkgname = wordpress-plugin-code-syntax-block
diff --git a/PKGBUILD b/PKGBUILD
index 1086ac9a50d0..7cb5fd528f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-code-syntax-block
-pkgver=1.3.2
+pkgver=1.3.3
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=('c7ad001bd95b520b7c86b281c440f6423b9894ecbbda1b31e2583e2dc617c9fff732c794de045df697b664171c8ac924081dcc9594c671df4ee38d5ea7effc30')
+sha512sums=('ba89463dd0a74b97d7b92703ba3468b9b45cf84efaf0d2dee862d38e5d53457af07feb56cd9c678b58623093cafc499b96124c58666b7805e62713cea02a9e59')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"