diff options
author | Juergen Daubert <jue@jue.li> | 2021-07-15 10:03:42 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-07-15 10:03:42 +0200 |
commit | f1a1499c76ccd2d24855037da15c31135aa4fb1f (patch) | |
tree | f70406eb3e3bae41c126e01f7bfe7d068b9baed9 /tdb | |
parent | 81568386a9c056cf583120ce43819e323b1af218 (diff) | |
download | opt-f1a1499c76ccd2d24855037da15c31135aa4fb1f.tar.gz opt-f1a1499c76ccd2d24855037da15c31135aa4fb1f.tar.xz |
tdb: update to 1.4.4
Diffstat (limited to 'tdb')
-rw-r--r-- | tdb/.footprint | 6 | ||||
-rw-r--r-- | tdb/.signature | 8 | ||||
-rw-r--r-- | tdb/Pkgfile | 12 |
3 files changed, 13 insertions, 13 deletions
diff --git a/tdb/.footprint b/tdb/.footprint index b031d3624..e3a333b6d 100644 --- a/tdb/.footprint +++ b/tdb/.footprint @@ -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/ diff --git a/tdb/.signature b/tdb/.signature index 56a4fd919..a35206735 100644 --- a/tdb/.signature +++ b/tdb/.signature @@ -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 diff --git a/tdb/Pkgfile b/tdb/Pkgfile index b792e4238..0fe542bad 100644 --- a/tdb/Pkgfile +++ b/tdb/Pkgfile @@ -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 |