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 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d781fdf..8b0ac10 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "activity-browser" %} -{% set version = "2.10.1" %} +{% set version = "2.10.2" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/LCA-ActivityBrowser/{{ name }}/archive/{{ version }}.tar.gz - sha256: 39ace3b03e0a04c4ec3045c324721a87e5b9b58bc27982b8ccd80e843664d924 + sha256: 1e1060c120a77470f0edd7141b19734db6f1c492e97e2e1c39dafc80d344639c build: noarch: python