Update to gcab-1.6.

This commit is contained in:
ajacoutot 2023-07-05 03:51:59 +00:00
parent edcdd63f34
commit 43605f5e40
3 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
COMMENT= cabinet file library and tool
GNOME_PROJECT= gcab
GNOME_VERSION= 1.5
GNOME_VERSION= 1.6
SHARED_LIBS += gcab-1.0 1.2 # 0.2.0
SHARED_LIBS += gcab-1.0 1.2 # 0.3.0
CATEGORIES= archivers devel

View File

@ -1,2 +1,2 @@
SHA256 (gcab-1.5.tar.xz) = Rr90QkkfqkFIJCuewqB4al9unv+xsFZuUpDozIbwDww=
SIZE (gcab-1.5.tar.xz) = 81728
SHA256 (gcab-1.6.tar.xz) = LwyWFVd8QSaQniUfneBibD7noVI3bBW1VE3xD8h+Vgs=
SIZE (gcab-1.6.tar.xz) = 82088

View File

@ -9,8 +9,8 @@ Index: meson.build
git_version = []
-git = find_program('git', required: false)
-if git.found()
- git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: true).stdout().strip().split('-')
- git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: false).stdout().strip().split('-')
-endif
# libtool versioning
lt_current = 2
lt_current = 3