Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-simplejson/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-simplejson'
pkgname=python3-simplejson
version=3.18.3
revision=4
version=4.1.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
Expand All @@ -13,7 +13,7 @@ license="MIT, AFL-2.1"
homepage="https://github.com/simplejson/simplejson"
changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt"
distfiles="https://github.com/simplejson/simplejson/archive/refs/tags/v${version}.tar.gz"
checksum=366d567166a38e8de28fd08bb5e374cad6d9c4ab57ce326c97fc761b3c5b0e4d
checksum=e7939be17e8ed28b937aaf3ff9eb7fd6539d9db0dd165e040ce4af0f2bafd3e8

post_install() {
vlicense LICENSE.txt LICENSE
Expand Down