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 7b67c32cd020..a611a503658c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nextcloud-app-theming-customcss
pkgdesc = Custom CSS support for Nextcloud servers
- pkgver = 1.13.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://github.com/juliushaertl/theming_customcss
arch = any
license = AGPL
depends = nextcloud
options = !strip
- source = theming_customcss-1.13.0.tar.gz::https://github.com/juliushaertl/theming_customcss/releases/download/v1.13.0/theming_customcss.tar.gz
- sha256sums = 36fe378e912ca18024aa5155ab4d1b3ec1648270e2916639ea484f640f25edcf
+ source = theming_customcss-1.14.0.tar.gz::https://github.com/juliushaertl/theming_customcss/releases/download/v1.14.0/theming_customcss.tar.gz
+ sha256sums = 64be77b4c109811f790d5a2890a036a218412073ff805252e753a5924cd7a243
pkgname = nextcloud-app-theming-customcss
diff --git a/PKGBUILD b/PKGBUILD
index 66e1c8fe8117..540d486ccb3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgdesc='Custom CSS support for Nextcloud servers'
pkgname=('nextcloud-app-theming-customcss')
-pkgver=1.13.0
+pkgver=1.14.0
pkgrel=1
arch=('any')
license=('AGPL')
@@ -17,4 +17,4 @@ package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
cp -a "${srcdir}/theming_customcss" "${pkgdir}/usr/share/webapps/nextcloud/apps/theming_customcss"
}
-sha256sums=('36fe378e912ca18024aa5155ab4d1b3ec1648270e2916639ea484f640f25edcf')
+sha256sums=('64be77b4c109811f790d5a2890a036a218412073ff805252e753a5924cd7a243')