tdb: update to 1.4.4

This commit is contained in:
Juergen Daubert 2021-07-15 10:03:42 +02:00
parent 81568386a9
commit f1a1499c76
3 changed files with 13 additions and 13 deletions

View File

@ -7,9 +7,9 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/tdb.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.4.3
lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.4.3
-rwxr-xr-x root/root usr/lib/libtdb.so.1.4.3
lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.4.4
lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.4.4
-rwxr-xr-x root/root usr/lib/libtdb.so.1.4.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/tdb.pc
drwxr-xr-x root/root usr/lib/python3.9/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aMymt+1xBaziBu2kOIULhaOsVUnK2br5yDI1MeAIBfGZDORC3XIKOWTKIZOTgepKH3+DFHU5+5uPycjAqVzSQU=
SHA256 (Pkgfile) = 3745da602dc19fe603105e2fbfd3507e4037b938225dad98c6cdc51a8b142676
SHA256 (.footprint) = 8461a5a0b433493ec879c57678072de20412d450b7e00de8785f8547e6f1422e
SHA256 (tdb-1.4.3.tar.gz) = c8058393dfa15f47e11ebd2f1d132693f0b3b3b8bf22d0201bfb305026f88a1b
RWSE3ohX2g5d/eEqVNGrZY9sz1C+QCVXmliAS0lKOW/pOIXEiHhF02hHXQG8gWmWoyaq1aJRBe68rfzHBiFJgUDnnc25nH8ulQY=
SHA256 (Pkgfile) = 33a35d3baa5d83f8e6579ad2d0b0cc187b20f99ca8a2bbf9a89284795b0e5337
SHA256 (.footprint) = df32f1014099c9df0cb17e78efb348f2b5a2ff987ae7372e8f8220f9f2de290b
SHA256 (tdb-1.4.4.tar.gz) = 59a16937de4b75e949405757f7b6bb0084d589cad98ae9001f9b7ec73b3c6380
SHA256 (tdb-man-pages.tar.xz) = 4ba01bfb0ea6d3572a00b1993783053d42170299cda5fa842629a231b957ae2f

View File

@ -1,13 +1,13 @@
# Description: Trivial DataBase similar to gdbm
# URL: https://tdb.samba.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: python3
# URL: https://tdb.samba.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: python3
name=tdb
version=1.4.3
release=2
version=1.4.4
release=1
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz
$name-man-pages.tar.xz)
$name-man-pages.tar.xz)
build() {
cd $name-$version