From 2f371179eafff4616ad902badbe1d110c39b163b Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 3 Sep 2024 04:59:01 +0000 Subject: [PATCH 1/2] updated v6.0.5 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8b7fd6b..3d47a96 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "6.0.4" %} +{% set version = "6.0.5" %} {% set siriusDistDir = "sirius_gui_dist" %} package: @@ -7,7 +7,7 @@ package: source: - url: https://github.com/sirius-ms/sirius/archive/refs/tags/v{{ version }}.zip - sha256: 537d91c3f48c214d9b214f1a967d7ffdf225ffc3f8ef04c77d3317fc578e065d + sha256: d30f1fb9bfc04d6815ea9c0f374b28d72e2d965d75b04269604b90d0cb34ce5f build: number: 0 From aeed801e3453646c0208232406fd76f2cfa020e3 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 05:03:04 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.1, and conda-forge-pinning 2024.09.02.15.16.22 --- build-locally.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-locally.py b/build-locally.py index d78427b..8ac9b84 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,8 +1,11 @@ -#!/usr/bin/env python3 +#!/bin/sh +"""exec' "python3" "$0" "$@" #""" # fmt: off # fmt: on # # This file has been generated by conda-smithy in order to build the recipe # locally. # +# The line above this comment is a bash / sh / zsh guard +# to stop people from running it with the wrong interpreter import glob import os import platform