summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXunhua Guo2022-05-24 14:55:07 +0800
committerXunhua Guo2022-05-24 14:55:07 +0800
commit81cfa55b63e3a509d16c4ba9ba9428a1b811ce68 (patch)
treef986ec72f22ab008f61c0adda0914a535a49256c /PKGBUILD
parentdebd8430406aa5161e0df7e962e4e30a44ff349e (diff)
downloadaur-fastjson.tar.gz
updated to 1.2.83
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f4c338b1f9c..9fd13fc8e219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Xunhua Guo <xunhua.guo@gmail.com>
pkgname=fastjson
-pkgver=1.2.79
+pkgver=1.2.83
pkgrel=1
pkgdesc="A fast JSON parser/generator for Java"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/alibaba/fastjson"
license=('APACHE')
depends=('java-runtime')
source=("https://repo1.maven.org/maven2/com/alibaba/fastjson/$pkgver/fastjson-$pkgver.jar")
-sha256sums=('3e7ee1af0d9afbd6161356675c28252c2364734f4dc380418d5c80fe1fb6d35a')
+sha256sums=('641a4d65ab32fbfdccd9c718e3f83ebc4caabdb5e4fe5b3d51527c5fe692631d')
package() {
install -d -m755 "${pkgdir}/usr/share/java/${pkgname}/"