Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 1 | # URL for git clone |
| 2 | GIT_URL=https://github.com/named-data/ChronoSync.git |
| 3 | |
| 4 | # Tag name or commit hash for checkout |
Alexander Afanasyev | e1fb14e | 2018-02-15 16:42:26 +0000 | [diff] [blame] | 5 | GIT_VERSION=6ee98ff2f92e17b22a158eb4700a5801bff453ac |
Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 6 | |
| 7 | # Package name |
| 8 | NAME=libchronosync |
| 9 | |
| 10 | # Package version |
Alexander Afanasyev | e1fb14e | 2018-02-15 16:42:26 +0000 | [diff] [blame] | 11 | VERSION=0.4.0-8-g6ee98ff |
Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 12 | |
| 13 | # PPA version |
Alexander Afanasyev | 3ee7d06 | 2018-02-01 15:21:09 +0000 | [diff] [blame] | 14 | PPA_VERSION=1 |
Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 15 | |
| 16 | include ../packaging.mk |