Skip to content

Commit

Permalink
Update mumemto v1.1.1 (patched correct release) (#53066)
Browse files Browse the repository at this point in the history
* added mumemto v1.1.0 recipe

* Update recipes/mumemto/meta.yaml

Co-authored-by: Martin Grigorov <[email protected]>

* Update recipes/mumemto/meta.yaml

Co-authored-by: Martin Grigorov <[email protected]>

* moved to build.sh

* changed release hash

* version update

* changed release commit

* updated build and hash

* changed install path

* fixed build build from scratch import

* bumped build number

* bump build number from 0 to 1

---------

Co-authored-by: Martin Grigorov <[email protected]>
Co-authored-by: Siebren Frölich <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent f0f397f commit 959dfbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions recipes/mumemto/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ mkdir -p $PREFIX/bin
mkdir -p $SP_DIR/mumemto
mkdir -p $PREFIX/share/licenses/$PKG_NAME

cp build/mumemto $PREFIX/bin/mumemto_exec
cp build/bin/newscanNT.x $PREFIX/bin/
cp build/mumemto_exec $PREFIX/bin/
cp build/newscanNT.x $PREFIX/bin/
cp mumemto/*.py $SP_DIR/mumemto/
cp mumemto/mumemto $PREFIX/bin/
cp LICENSE $PREFIX/share/licenses/$PKG_NAME/
chmod +x $PREFIX/bin/mumemto
touch $SP_DIR/mumemto/__init__.py
touch $SP_DIR/mumemto/__init__.py
4 changes: 2 additions & 2 deletions recipes/mumemto/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ package:

source:
url: https://github.com/vikshiv/mumemto/archive/refs/tags/v{{ version }}.tar.gz
sha256: 5af30c3d536b7eec86ea7d38e3142074ebce6b738778a090bebd560cf9d30ed0
sha256: 8ebdebebb41a13aa19553a8da89f1844a8fb8ee64e63ae17aa06b9dbb61fad01

build:
number: 0
number: 1
pkg_format: '.conda'
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}
Expand Down

0 comments on commit 959dfbb

Please sign in to comment.