🔖 Update version
This commit is contained in:
parent
2a344cc8f6
commit
29e72e32ac
|
@ -27,7 +27,7 @@ pkg_check_modules(
|
|||
|
||||
FetchContent_Declare(fmt
|
||||
GIT_REPOSITORY "https://github.com/fmtlib/fmt.git"
|
||||
GIT_TAG "2742611cad4aee6b1a5638bd1ebf132908f4a3d9"
|
||||
GIT_TAG "3b6e409cd8573f63e4acad7717d9082bd898ec87"
|
||||
)
|
||||
FetchContent_MakeAvailable(fmt)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"ui_path": "/usr/share/cachyos-hello/ui/cachyos-hello.glade",
|
||||
"style_path": "/usr/share/cachyos-hello/ui/style.css",
|
||||
"urls": {
|
||||
"development": "https://gitlab.com/cachyos",
|
||||
"development": "https://github.com/cachyos",
|
||||
"discover": "https://discover.manjaro.org/",
|
||||
"donate": "https://cachyos.org/donate",
|
||||
"facebook": "https://www.facebook.com/CachyOSLinux",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('cachyos-hello', 'cpp',
|
||||
version: '0.6.8',
|
||||
version: '0.6.9',
|
||||
license: 'GPLv3',
|
||||
meson_version: '>=0.55.0',
|
||||
default_options: ['cpp_std=c++17',
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[wrap-git]
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
revision = 2742611cad4aee6b1a5638bd1ebf132908f4a3d9
|
||||
revision = 3b6e409cd8573f63e4acad7717d9082bd898ec87
|
||||
|
||||
patch_directory = fmt
|
||||
|
||||
[provide]
|
||||
fmt = fmt_dep
|
||||
fmt = fmt_dep
|
||||
|
|
|
@ -600,8 +600,8 @@ We, the CachyOS Developers, hope that you will enjoy using CachyOS as much as we
|
|||
<property name="program-name">CachyOS Hello</property>
|
||||
<property name="version">0.6.8</property>
|
||||
<property name="comments" translatable="yes">Welcome screen for CachyOS</property>
|
||||
<property name="website">https://gitlab.com/cachyos/cachyos-hello</property>
|
||||
<property name="website-label">GitLab</property>
|
||||
<property name="website">https://github.com/cachyos/cachyos-welcome</property>
|
||||
<property name="website-label">GitHub</property>
|
||||
<property name="authors">Hugo Posnic
|
||||
Johnathan Jenkins
|
||||
Frede Hundewadt
|
||||
|
|
Loading…
Reference in New Issue