summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenOokamiHoro2017-08-13 12:26:05 +0800
committerKenOokamiHoro2017-08-13 12:26:05 +0800
commit9cd7af85dd65f880a4d77a2a80ec076fb17befba (patch)
tree0300c614475cc49057f35c9d9d0f1c57f158de0b
parent849d27a8047e8fecfda4b40179e0a2b072043d62 (diff)
downloadaur-9cd7af85dd65f880a4d77a2a80ec076fb17befba.tar.gz
update to 0.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 859fc338c813..89e39b054f5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 1 10:39:47 UTC 2017
+# Sun Aug 13 04:25:49 UTC 2017
pkgbase = parsoid
pkgdesc = A bidirectional wikitext parser and runtime
- pkgver = 0.6.1
+ pkgver = 0.7.1
pkgrel = 1
url = https://www.mediawiki.org/wiki/Parsoid
install = parsoid.install
@@ -17,10 +17,10 @@ pkgbase = parsoid
options = !strip
backup = usr/share/webapps/parsoid/localsettings.js
backup = usr/share/webapps/parsoid/config.yaml
- source = https://github.com/wikimedia/parsoid/archive/v0.6.1.zip
+ source = https://github.com/wikimedia/parsoid/archive/v0.7.1.zip
source = parsoid.service
source = parsoid.install
- sha512sums = 72617f5badf0160dff0a0691712307dd2b68164e10618a1809e688908f5b5d6621c18228234e48120856337ea04cbabd46644a5c3201eb1826e3add5fe00918a
+ sha512sums = bbb96506a988f6e01c7d5d6a0605355942ac35a783a9dd514e385e9eb20c8883debfd78757870296ee55baa825b9d15e87bc097fd1b96f3824e84f2439ac4d5b
sha512sums = b4f8a2fc5119fa4741d79c66b5bb2282b274018ad548d383c6007fbe66d14ee1de6744a2cdcf1f8453ca055f48716598b42d3faecd29b81f61c06a54df64ed7d
sha512sums = 3b6fdba7a211ccfb038cd1fbe38214b439ce873d6c5bf99187e0c2be19052c2f28ebd322ddf5696f676ee426f177fec828399f859bda6cc4592518e9fa5bbdf5
diff --git a/PKGBUILD b/PKGBUILD
index d56c0948fc0d..78d458d65f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Horo <horo@yoitsu.moe>
pkgname=parsoid
-pkgver=0.6.1
+pkgver=0.7.1
pkgrel=1
pkgdesc="A bidirectional wikitext parser and runtime"
arch=('any')
@@ -20,7 +20,7 @@ backup=(usr/share/webapps/parsoid/localsettings.js
source=("https://github.com/wikimedia/parsoid/archive/v${pkgver}.zip"
"parsoid.service"
"parsoid.install")
-sha512sums=("72617f5badf0160dff0a0691712307dd2b68164e10618a1809e688908f5b5d6621c18228234e48120856337ea04cbabd46644a5c3201eb1826e3add5fe00918a"
+sha512sums=("bbb96506a988f6e01c7d5d6a0605355942ac35a783a9dd514e385e9eb20c8883debfd78757870296ee55baa825b9d15e87bc097fd1b96f3824e84f2439ac4d5b"
"b4f8a2fc5119fa4741d79c66b5bb2282b274018ad548d383c6007fbe66d14ee1de6744a2cdcf1f8453ca055f48716598b42d3faecd29b81f61c06a54df64ed7d"
"3b6fdba7a211ccfb038cd1fbe38214b439ce873d6c5bf99187e0c2be19052c2f28ebd322ddf5696f676ee426f177fec828399f859bda6cc4592518e9fa5bbdf5")
options=('!strip')