diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index abd419d..e89888e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: matrix: build: [Release] arch: [arm64] - ut_version: ['20.04', 'ut24.04-1.x'] + ut_version: ['20.04'] steps: # 1. Descarga el código de tu repositorio - name: Checkout repository diff --git a/whatsweb/manifest.json b/whatsweb/manifest.json index 11eb4d6..524f212 100644 --- a/whatsweb/manifest.json +++ b/whatsweb/manifest.json @@ -14,7 +14,7 @@ "push-helper": "whatsweb-push-helper.json" } }, - "version": "0.3.1-@CLICK_FRAMEWORK_BASE@", + "version": "0.3.2", "maintainer": "Adrian Campos ", - "framework": "@CLICK_FRAMEWORK@" + "framework": "ubuntu-sdk-20.04" } diff --git a/whatsweb/push-apparmor.json b/whatsweb/push-apparmor.json index 9665a44..4b5c0a6 100644 --- a/whatsweb/push-apparmor.json +++ b/whatsweb/push-apparmor.json @@ -3,6 +3,6 @@ "policy_groups": [ "push-notification-client" ], - "policy_version": "@APPARMOR_POLICY@" + "policy_version": 20.04 } diff --git a/whatsweb/whatsweb-push.apparmor b/whatsweb/whatsweb-push.apparmor index d247e41..367abd8 100644 --- a/whatsweb/whatsweb-push.apparmor +++ b/whatsweb/whatsweb-push.apparmor @@ -3,5 +3,5 @@ "policy_groups": [ "push-notification-client" ], - "policy_version": "@APPARMOR_POLICY@" + "policy_version": 20.04 } diff --git a/whatsweb/whatsweb.apparmor b/whatsweb/whatsweb.apparmor index 7553c38..63a8934 100644 --- a/whatsweb/whatsweb.apparmor +++ b/whatsweb/whatsweb.apparmor @@ -9,5 +9,5 @@ "keep-display-on", "push-notification-client" ], - "policy_version": "@APPARMOR_POLICY@" + "policy_version": 20.04 }