mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
community/ctags: upgrade to 6.2.0
This commit is contained in:
parent
a5d72da1c2
commit
6ab5c080be
1 changed files with 4 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
pkgname=ctags
|
||||
pkgver=6.1.20241117.0
|
||||
_realver="p$pkgver"
|
||||
pkgver=6.2.0
|
||||
pkgrel=0
|
||||
pkgdesc="Generator of tags for all types of C/C++ languages"
|
||||
url="https://ctags.io/"
|
||||
|
@ -12,8 +11,8 @@ license="GPL-2.0-or-later"
|
|||
checkdepends="diffutils python3"
|
||||
makedepends="autoconf automake pkgconf py3-docutils yaml-dev jansson-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/universal-ctags/ctags/archive/$_realver.tar.gz"
|
||||
builddir="$srcdir"/$pkgname-$_realver
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/universal-ctags/ctags/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
# secfixes:
|
||||
# 5.8-r5:
|
||||
|
@ -52,5 +51,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
39c907d4b0977f9874746b7ba926304c00639231ada7e8b8659659a5f8fd249267a85f3b45a537ac7d1731502a238d75b54bbdb8063e564037f6bf40ee0096c9 ctags-6.1.20241117.0.tar.gz
|
||||
b3e3786a5843fac5d2af02866c2506cf27035ee2f4e2f724e777064c10eb269db9756be2ab0ac46c1cbb87d1e43bec9a5975e02050f30c8e9135845ec7862772 ctags-6.2.0.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue