Update package version to 1.6.7
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Git repository
|
||||
REPO="git://git.gnupg.org/libksba.git"
|
||||
|
||||
# Get tag name using 'git ls-remote'
|
||||
TAG_NAME=$(git ls-remote --exit-code --refs --tags --sort='v:refname' "$REPO" | cut -d'/' -f3 | grep -E '^libksba-[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}' | tail -n1)
|
||||
|
||||
# Trim prefix
|
||||
VERSION=${TAG_NAME//libksba-/}
|
||||
|
||||
echo "$VERSION"
|
||||
@@ -1,6 +1,6 @@
|
||||
name: libksba
|
||||
description: Library to make the tasks of working with X.509 certificates, CMS data and related objects easier
|
||||
version: 1.6.5
|
||||
version: 1.6.7
|
||||
url: https://www.gnupg.org/related_software/libksba/
|
||||
license: GPL2-only,GPL3-only,LGPL3-only
|
||||
architecture: any
|
||||
|
||||
Reference in New Issue
Block a user