summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2021-06-25 09:05:22 +0000
committerJonas Heinrich2021-06-25 09:05:22 +0000
commit693450dd48a53d14046a9f804d959c11f983ab45 (patch)
treea4efffbaa969e4ca1ea9d47b41c9645b20581ab8
parent51fb91b480a793ffc82334bddd08b5d8e87bf46b (diff)
downloadaur-693450dd48a53d14046a9f804d959c11f983ab45.tar.gz
update to version 1.2.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ce20aaea52..ecc908d74bd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = wordpress-plugin-breeze
pkgdesc = Cache plugin with extensive options to speed up your website
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://wordpress.org/plugins/breeze
arch = any
license = GPL2
depends = wordpress
options = !strip
- source = wordpress-plugin-breeze-1.2.1.tar.gz::https://downloads.wordpress.org/plugin/breeze.1.2.1.zip
- sha512sums = d73a0da483227b840e2bde3a10c9ef4704cf645cbc68d0d03f48deadda696533623926250d53ab9e441fcece0f5e3cff6f81e464a14a5d559a8bfb5d48a5c53a
+ source = wordpress-plugin-breeze-1.2.2.tar.gz::https://downloads.wordpress.org/plugin/breeze.1.2.2.zip
+ sha512sums = 2c165d69a965b01797bb7657d4ad40b8e07f54113920ac34f1433d053910ff05e8ba698f0da0f19c2aefd91eb8867eac51c2b62d1d8b54cb1c06955ab03cdfb2
pkgname = wordpress-plugin-breeze
-
diff --git a/PKGBUILD b/PKGBUILD
index 5c5f4711fda9..4a90d9b2bb9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-breeze
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="Cache plugin with extensive options to speed up your website"
arch=('any')
@@ -12,7 +12,7 @@ depends=('wordpress')
makedepends=()
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://downloads.wordpress.org/plugin/breeze.${pkgver}.zip")
-sha512sums=('d73a0da483227b840e2bde3a10c9ef4704cf645cbc68d0d03f48deadda696533623926250d53ab9e441fcece0f5e3cff6f81e464a14a5d559a8bfb5d48a5c53a')
+sha512sums=('2c165d69a965b01797bb7657d4ad40b8e07f54113920ac34f1433d053910ff05e8ba698f0da0f19c2aefd91eb8867eac51c2b62d1d8b54cb1c06955ab03cdfb2')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"