gomadns: Bump to 2.0.1

Also bump ncdns and ncprop279 for compatibility with new gomadns.
pull/71/head
JeremyRand 5 years ago
parent b73c2d0d31
commit 241be2efb6
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -1,6 +1,6 @@
version: 1.0.7
version: 2.0.1
git_url: https://github.com/hlandau/madns.git
git_hash: b82ebc776bd8a13824350c7c108180d601e38352
git_hash: 26979b3e4b5aa3e0bd53cf0a014f9eaf43b578e3
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -8,14 +8,14 @@ build: '[% c("projects/go/var/build_go_lib") %]'
var:
container:
use_container: 1
go_lib: gopkg.in/hlandau/madns.v1
go_lib: gopkg.in/hlandau/madns.v2
go_lib_deps:
- godns
- gobuildinfo
- goxlog
go_lib_install:
- gopkg.in/hlandau/madns.v1
- gopkg.in/hlandau/madns.v1/merr
- gopkg.in/hlandau/madns.v2
- gopkg.in/hlandau/madns.v2/merr
build_go_lib_pre: |
[% IF c("var/linux") %]
[% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]

@ -1,9 +1,12 @@
version: 0.0.9
#version: 0.0.9
# Using latest master branch because we need the stream isolation feature.
# Once it's in a tagged release, we'll go back to using a version number here.
version: '[% c("abbrev") %]'
git_url: https://github.com/namecoin/ncdns.git
# Using latest master branch because we need the RPC timeout feature. Once
# it's in a tagged release, we'll go back to using a version tag here.
#git_hash: 'v[% c("version") %]'
git_hash: '006f537e01cf20db01b18e399ed51f57211db91c'
# Using latest master branch because we need the stream isolation feature.
# Once it's in a tagged release, we'll go back to using a hash that corresponds
# to a tag here.
git_hash: '1e2eea58c79686eea47de873580bcd907ca67d80'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var:

@ -1,6 +1,12 @@
version: '0.0.2'
#version: '0.0.2'
# Using latest master branch because we need the stream isolation feature.
# Once it's in a tagged release, we'll go back to using a version number here.
version: '[% c("abbrev") %]'
git_url: https://github.com/namecoin/ncprop279.git
git_hash: '57e3b1be0960b3b70c99859bacee974aa2392272'
# Using latest master branch because we need the stream isolation feature.
# Once it's in a tagged release, we'll go back to using a hash that corresponds
# to a tag here.
git_hash: 'f80c9f53ccd9f1de0f6b49aafe0385a0bc562bde'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var:

Loading…
Cancel
Save