Update to Mustache v4.1

This commit is contained in:
Kelson 2020-04-18 19:03:34 +02:00 committed by Matthieu Gautier
parent 6d47055c89
commit 5d1f5bda1f
2 changed files with 5 additions and 5 deletions

View File

@ -10,9 +10,9 @@ class Mustache(Dependency):
name = "mustache"
class Source(ReleaseDownload):
archive = Remotefile('Mustache-3.2.1.tar.gz',
'0d17298a81c08f12ebc446cdee387268a395d34bb724050fe67d5ce8c4e98b7a',
'https://github.com/kainjow/Mustache/archive/v3.2.1.tar.gz')
archive = Remotefile('Mustache-4.1.tar.gz',
'acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167',
'https://github.com/kainjow/Mustache/archive/v4.1.tar.gz')
patches = ['mustache_virtual_destructor.patch']
class Builder(BaseBuilder):

View File

@ -42,7 +42,7 @@ release_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '65'
base_deps_meta_version = '66'
base_deps_versions = {
'zlib' : '1.2.8',
@ -50,7 +50,7 @@ base_deps_versions = {
'zstd' : '1.4.4',
'uuid' : '1.43.4',
'xapian-core' : '1.4.14',
'mustache' : '3.2',
'mustache' : '4.1',
'pugixml' : '1.2',
'libmicrohttpd' : '0.9.63',
'gumbo' : '0.10.1',