Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSladky authored Oct 8, 2024
2 parents 6460df8 + a60c239 commit 4339a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ executors:
linux-aarch64:
machine:
image: ubuntu-2204:current
resource_class: arm.medium
resource_class: arm.large

jobs: # a basic unit of work in a run
build_and_test:
Expand Down
4 changes: 2 additions & 2 deletions recipes/orthanq/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.7.8" %}
{% set version = "1.7.9" %}

package:
name: orthanq
Expand All @@ -12,7 +12,7 @@ build:

source:
url: https://github.com/orthanq/orthanq/archive/v{{ version }}.tar.gz
sha256: bc4036a3d058263c8a49319573d1ef926e807a1d6b4bf845d09d686556c0d893
sha256: 101f3b82aaae6bd6f50cce04cee14478236384677300e7441c88da08ca975554

requirements:
build:
Expand Down

0 comments on commit 4339a46

Please sign in to comment.