Skip to content

Commit 8e92aae

Browse files
authored
Merge pull request #42 from pddg/photon-1.0.1
photon 1.0.1
2 parents 325fb46 + 1478d43 commit 8e92aae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PHOTON_VERSION=1.0.0
2-
PHOTON_SHA256SUM=b2eaad11add95aad149d1e72e67a4df5f6694e725ac5363793a912c5b3e3a7df
1+
PHOTON_VERSION=1.0.1
2+
PHOTON_SHA256SUM=4ef937f7f33fb89fef403f825edae14299240a0115df756f8fad67b3dc266437
33
CONTAINER_REVISION=0

internal/photondata/archive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
DefaultDatabaseURL = "https://download1.graphhopper.com/public/photon-db-planet-1.0-latest.tar.bz"
10+
DefaultDatabaseURL = "https://download1.graphhopper.com/public/photon-db-planet-1.0-latest.tar.bz2"
1111
)
1212

1313
type Archive struct {

0 commit comments

Comments
 (0)