Skip to content

Commit

Permalink
chore: bump to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Nov 5, 2024
1 parent 7392d81 commit 5c66f0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

- name: Build
run: |
docker run --entrypoint=bash -v $(pwd):/project m0rf30/yap-ubuntu-jammy:latest -c "cd /project; \
docker run --entrypoint=bash -v $(pwd):/project m0rf30/yap-ubuntu-jammy:1.11 -c "cd /project; \
yap prepare ubuntu-jammy; \
yap build ubuntu-jammy /project/packages"
docker run --entrypoint=bash -v $(pwd):/project m0rf30/yap-rocky-9:latest -c "cd /project; \
docker run --entrypoint=bash -v $(pwd):/project m0rf30/yap-rocky-9:1.11 -c "cd /project; \
yap prepare rocky-9; \
dnf -y install dnf-plugins-core epel-release; \
dnf config-manager --set-enabled crb; \
Expand Down
2 changes: 1 addition & 1 deletion libs/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.4', license: 'MIT')
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.5', license: 'MIT')

add_project_arguments('-fPIC', language: 'cpp')

Expand Down
2 changes: 1 addition & 1 deletion packages/cie-middleware/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname="cie-middleware"
pkgver="1.5.4"
pkgver="1.5.5"
pkgrel="1"
pkgdesc="A fork of Middleware della CIE (Carta di Identità Elettronica) per Linux"
maintainer="M0Rf30"
Expand Down

0 comments on commit 5c66f0e

Please sign in to comment.