Skip to content

Commit 85a0409

Browse files
committed
Update conda-forge recipe to 2026.06.1
1 parent ada5800 commit 85a0409

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

recipe-conda-forge/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ feedstock recipe.
1818

1919
1. Update project versions in the source tree.
2020
2. Commit the version changes.
21-
3. Create and push the release tag, for example `2026.05.1`.
21+
3. Create and push the release tag, for example `2026.06.1`.
2222
4. Download the GitHub tag archive.
2323
5. Compute the archive SHA256.
2424
6. Update `recipe-conda-forge/meta.yaml` with the version, URL, SHA256, and `build/number: 0`.
@@ -27,28 +27,28 @@ feedstock recipe.
2727
Example commands for the archive hash:
2828

2929
```bash
30-
curl -L -o nrgljubljana-2026.05.1.tar.gz \
31-
https://github.com/rokzitko/nrgljubljana/archive/refs/tags/2026.05.1.tar.gz
32-
sha256sum nrgljubljana-2026.05.1.tar.gz
30+
curl -L -o nrgljubljana-2026.06.1.tar.gz \
31+
https://github.com/rokzitko/nrgljubljana/archive/refs/tags/2026.06.1.tar.gz
32+
sha256sum nrgljubljana-2026.06.1.tar.gz
3333
```
3434

3535
On macOS, use:
3636

3737
```bash
38-
shasum -a 256 nrgljubljana-2026.05.1.tar.gz
38+
shasum -a 256 nrgljubljana-2026.06.1.tar.gz
3939
```
4040

4141
## Current Release
4242

43-
The current recipe is prepared for tag `2026.05.1` with:
43+
The current recipe is prepared for tag `2026.06.1` with:
4444

4545
```yaml
4646
source:
4747
url: https://github.com/rokzitko/nrgljubljana/archive/refs/tags/{{ version }}.tar.gz
48-
sha256: 254e136471f69bdcbab48dd7210d59835e0984649aec145151144b59271afa3b
48+
sha256: 00457de5ac001c6df78e1dc8cdb246eb536736be67aa130e8ce04314871112c0
4949
```
5050
51-
Do not move or recreate the `2026.05.1` tag after computing this hash. If the tag
51+
Do not move or recreate the `2026.06.1` tag after computing this hash. If the tag
5252
changes, the GitHub archive changes and the SHA256 must be recomputed.
5353

5454
## Local Checks

recipe-conda-forge/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "nrgljubljana" %}
2-
{% set version = "2026.06" %}
2+
{% set version = "2026.06.1" %}
33

44
package:
55
name: {{ name|lower }}
66
version: "{{ version }}"
77

88
source:
99
url: https://github.com/rokzitko/nrgljubljana/archive/refs/tags/{{ version }}.tar.gz
10-
sha256: 173af1a81745e71856fd143ffd84f109aa84abb23b80458fcaf21007eec78173
10+
sha256: 00457de5ac001c6df78e1dc8cdb246eb536736be67aa130e8ce04314871112c0
1111

1212
build:
1313
number: 0

0 commit comments

Comments
 (0)