summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2023-12-29 20:50:48 +0100
committerBert Peters2023-12-29 20:50:48 +0100
commit5f8368810f6006526346519b4bbfb34d02671bd3 (patch)
treecd72154d1ac26c201cc319e14c909fbdfd66f473
parentbf4e2f56558a062a328c34a2d518c642c51991e0 (diff)
downloadaur-jekyll.tar.gz
upgpkg: jekyll 4.3.3-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1136e9e13d40..054ba29f07e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator.
- pkgver = 4.3.2
+ pkgver = 4.3.3
pkgrel = 1
url = https://github.com/jekyll/jekyll
arch = any
@@ -25,12 +25,12 @@ pkgbase = jekyll
optdepends = ruby-jekyll-paginate
optdepends = ruby-jekyll-gist
optdepends = ruby-jekyll-feed
- provides = jekyll=4.3.2
+ provides = jekyll=4.3.3
provides = ruby-jekyll
conflicts = ruby-jekyll
replaces = ruby-jekyll
options = !emptydirs
- source = jekyll-4.3.2.tar.gz::https://github.com/jekyll/jekyll/archive/v4.3.2.tar.gz
- sha256sums = bc156abe3ce472f83d70572ceb44878ac37fdc1a592795db05ebb3deadbb9c30
+ source = jekyll-4.3.3.tar.gz::https://github.com/jekyll/jekyll/archive/v4.3.3.tar.gz
+ sha256sums = 61903b4c731557cdca489e381e509ea113258a2b88426b8c20b3bc4c7145d507
pkgname = jekyll
diff --git a/PKGBUILD b/PKGBUILD
index 041492c35437..143667380a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=jekyll
pkgname=$_gemname
-pkgver=4.3.2
+pkgver=4.3.3
pkgrel=1
pkgdesc='A simple, blog aware, static site generator.'
arch=('any')
@@ -39,7 +39,7 @@ conflicts=('ruby-jekyll')
replaces=('ruby-jekyll')
options=(!emptydirs)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll/archive/v${pkgver}.tar.gz)
-sha256sums=('bc156abe3ce472f83d70572ceb44878ac37fdc1a592795db05ebb3deadbb9c30')
+sha256sums=('61903b4c731557cdca489e381e509ea113258a2b88426b8c20b3bc4c7145d507')
prepare() {
cd ${_gemname}-${pkgver}