Skip to content

Commit

Permalink
proj: fix invalid bumped version URL
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur authored Dec 20, 2023
1 parent 75c7ea3 commit a0b01fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/proj/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sources:
"9.3.1":
url: "https://github.com/OSGeo/PROJ/archive/9.3.0.tar.gz"
sha256: "f48c334eaf56c38d681bcfa37f188f422a562f45a66e6e646a79b4249641ecdb"
url: "https://github.com/OSGeo/PROJ/releases/download/9.3.1/proj-9.3.1.tar.gz"
sha256: "b0f919cb9e1f42f803a3e616c2b63a78e4d81ecfaed80978d570d3a5e29d10bc"
"9.3.0":
url: "https://github.com/OSGeo/PROJ/archive/9.3.0.tar.gz"
sha256: "f48c334eaf56c38d681bcfa37f188f422a562f45a66e6e646a79b4249641ecdb"
Expand Down

0 comments on commit a0b01fa

Please sign in to comment.