Merge pull request #142 from ryonakano/update-modules

Update modules
This commit is contained in:
Murilo Venturoso 2021-12-29 08:42:22 -03:00 committed by GitHub
commit 58d0459293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
app-id: com.github.muriloventuroso.easyssh
runtime: io.elementary.Platform
runtime-version: '6'
runtime-version: '6.1'
sdk: io.elementary.Sdk
command: com.github.muriloventuroso.easyssh
finish-args:
@ -19,8 +19,8 @@ modules:
- '-Ddocs=false'
sources:
- type: archive
url: https://download.gnome.org/sources/vte/0.66/vte-0.66.0.tar.xz
sha256: d0813ac00fb1d74d88851e765f755d496c83e097097358ea1baadb38b37b7b33
url: https://download.gnome.org/sources/vte/0.66/vte-0.66.2.tar.xz
sha256: e89974673a72a0a06edac6d17830b82bb124decf0cb3b52cebc92ec3ff04d976
- name: easyssh
buildsystem: meson
config-opts:

View File

@ -1,4 +1,4 @@
project('com.github.muriloventuroso.easyssh', 'vala', 'c', version: '1.7.0')
project('com.github.muriloventuroso.easyssh', 'vala', 'c', version: '1.7.8')
gnome = import('gnome')
i18n = import('i18n')