Archived
1
0

update to next hash

This commit is contained in:
Jeff Becker 2016-04-18 17:11:40 -04:00
parent d956f5334c
commit 02cafc2cc5
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ for arg in $@ ; do
esac esac
done done
rev="QmSLsdX9BQ1f9sBeuMeLnrmFEWQiNJG9nRmgi4Pua2Ui3y" rev="QmaNuKBcG3hb5YJ4xpeipdX3t2Fw6pwZJSnpvsfn9Zj1tm"
_next="" _next=""
# check for build flags # check for build flags

View File

@ -6,7 +6,7 @@
{ {
"author": "jeff", "author": "jeff",
"name": "srndv2", "name": "srndv2",
"hash": "QmSLsdX9BQ1f9sBeuMeLnrmFEWQiNJG9nRmgi4Pua2Ui3y", "hash": "QmaNuKBcG3hb5YJ4xpeipdX3t2Fw6pwZJSnpvsfn9Zj1tm",
"version": "0.0.0" "version": "0.0.0"
} }
], ],

View File

@ -2,7 +2,7 @@ package main
import ( import (
"fmt" "fmt"
"gx/ipfs/QmSLsdX9BQ1f9sBeuMeLnrmFEWQiNJG9nRmgi4Pua2Ui3y/srndv2/src/srnd" "gx/ipfs/QmaNuKBcG3hb5YJ4xpeipdX3t2Fw6pwZJSnpvsfn9Zj1tm/srndv2/src/srnd"
"log" "log"
"os" "os"
"os/signal" "os/signal"