diff options
author | Jonas Heinrich | 2020-02-26 17:07:06 +0000 |
---|---|---|
committer | Jonas Heinrich | 2020-02-26 17:07:06 +0000 |
commit | 4b8de6b211aa9c4b92ef0a4280c802d8a4c3fc96 (patch) | |
tree | 79b0ad1109797eb6980b20d52a957ea433d91757 | |
parent | c693644d5ebf5b24d1506e08e183393c1e318720 (diff) | |
download | aur-4b8de6b211aa9c4b92ef0a4280c802d8a4c3fc96.tar.gz |
updated to version 1.2.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ pkgbase = wordpress-plugin-code-syntax-block pkgdesc = Extends Gutenberg adding color syntax highlighting to the code block - pkgver = 1.2.2 + pkgver = 1.2.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.2.2.tar.gz::https://downloads.wordpress.org/plugin/code-syntax-block.1.2.2.zip - sha512sums = 586216de9dfec81cc31229c4092075e79809bff1ad7e29f98a4587311302265c5137761efe22519c509219bc1f3e24daf002a3d0f7e52081026d1211f75d01b9 + source = wordpress-plugin-code-syntax-block-1.2.3.tar.gz::https://downloads.wordpress.org/plugin/code-syntax-block.1.2.3.zip + sha512sums = 97d16830c5f5eb3d229ec290713952053a18340f17bfa5dc25b5b20f0e360af595aeed469b8de70f566d2da8ce78834bd5cc9bcdc95b7c648cc71c5568da752c pkgname = wordpress-plugin-code-syntax-block @@ -2,7 +2,7 @@ # Contributor: Jonas Heinrich <onny@project-insanity.org> pkgname=wordpress-plugin-code-syntax-block -pkgver=1.2.2 +pkgver=1.2.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=('586216de9dfec81cc31229c4092075e79809bff1ad7e29f98a4587311302265c5137761efe22519c509219bc1f3e24daf002a3d0f7e52081026d1211f75d01b9') +sha512sums=('97d16830c5f5eb3d229ec290713952053a18340f17bfa5dc25b5b20f0e360af595aeed469b8de70f566d2da8ce78834bd5cc9bcdc95b7c648cc71c5568da752c') package() { install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins" |