diff options
| author | 2015-03-19 02:21:08 -0400 | |
|---|---|---|
| committer | 2015-03-19 02:21:08 -0400 | |
| commit | f8e16c88898300254b0bc48220521b1a087f0400 (patch) | |
| tree | b9b90c4dbbeb49b4d0fd1d7017438c8e709f8703 /build.py | |
| parent | fix issue with naming method arguments and the local variable tables (diff) | |
| download | enigma-fork-0.10.1_beta.tar.gz enigma-fork-0.10.1_beta.tar.xz enigma-fork-0.10.1_beta.zip | |
package for v0.10.1 betav0.10.1_beta
Diffstat (limited to 'build.py')
| -rw-r--r-- | build.py | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -18,8 +18,8 @@ import ssjb | |||
| 18 | import ssjb.ivy | 18 | import ssjb.ivy |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | ArtifactStandalone = ssjb.ivy.Dep("cuchaz:enigma:0.10b") | 21 | ArtifactStandalone = ssjb.ivy.Dep("cuchaz:enigma:0.10.1b") |
| 22 | ArtifactLib = ssjb.ivy.Dep("cuchaz:enigma-lib:0.10b") | 22 | ArtifactLib = ssjb.ivy.Dep("cuchaz:enigma-lib:0.10.1b") |
| 23 | 23 | ||
| 24 | # dependencies | 24 | # dependencies |
| 25 | ExtraRepos = [ | 25 | ExtraRepos = [ |