Skip to content
Snippets Groups Projects
Commit b13d2a16 authored by J0WI's avatar J0WI Committed by Leo
Browse files

main/gdbm: upgrade to 1.19

parent 1d5efeb2
No related branches found
No related tags found
1 merge request!16136main/gdbm: upgrade to 1.19
# Contributor: Carlo Landmeter <clandmeter@gmail.com> # Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gdbm pkgname=gdbm
pkgver=1.18.1 pkgver=1.19
pkgrel=0 pkgrel=0
pkgdesc="GNU dbm is a set of database routines that use extensible hashing" pkgdesc="GNU dbm is a set of database routines that use extensible hashing"
url="https://www.gnu.org/software/gdbm/" url="https://www.gnu.org/software/gdbm/"
arch="all" arch="all"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
subpackages="$pkgname-dev $pkgname-doc" subpackages="$pkgname-dev $pkgname-doc"
source="https://ftp.gnu.org/gnu/gdbm/gdbm-$pkgver.tar.gz source="https://ftp.gnu.org/gnu/gdbm/gdbm-$pkgver.tar.gz"
gcc-10.patch
"
build() { build() {
# we disable large-file due to it makes the db file non-compat # we disable large-file due to it makes the db file non-compat
...@@ -34,5 +32,4 @@ package() { ...@@ -34,5 +32,4 @@ package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
sha512sums="adf9d6c5bc843ff0d7f88c2a1667d509973b2d63378d0001d7e74cc10aee6ea498a4513cc88ddf78c32ba4db5cb040b2794f4f1b3338c65d9894058850e2f5ef gdbm-1.18.1.tar.gz sha512sums="118c5b8cdf74898bfb7c2100302fedf80096be017bf08e80a44486563cad5d93b93567622f2e7c7aceb72f30460504bd0b4ddfccf34df994ed65166e12ecd495 gdbm-1.19.tar.gz"
726eaea1cff44e5781955fc52af150c3712844acc7ebac0f5ef53838c2314e67019b62853404c8aaa276cacce9a52cfc1a5b8b9809e1e5f66c940cc0ef3eaf90 gcc-10.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment