Skip to content

Commit 8aa34fd

Browse files
committed
MAINT: Use urls
1 parent 777971c commit 8aa34fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/eon/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
context:
22
version: "3.0.0"
33
build_num: 0
4-
git_rev: 9a5343a038893477a220afc3d2748789ffdddaa4
4+
git_rev: 83e986846a54968553a36a0d2e3fc2157c076974
55

66
package:
77
name: eon
88
version: ${{ version }}
99

1010
source:
11-
git: https://github.com/TheochemUI/eOn.git
12-
rev: ${{ git_rev }}
11+
url: https://github.com/TheochemUI/eOn/archive/{{ git_rev }}.tar.gz
12+
sha256: bf443d0ca1f9f81f35254daa85e1a4ed0fc311e9ef7e4c2919f561cf1eb31999
1313

1414
build:
1515
number: ${{ build_num }}

0 commit comments

Comments
 (0)