diff options
author | Juergen Daubert <jue@jue.li> | 2022-04-13 13:30:26 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-04-13 13:30:26 +0200 |
commit | 854740f88066c8405a4dece5067e56067ddd9e0c (patch) | |
tree | 5d4b408bb931d5b643c09e91c2edc8ea383df8e5 /tevent | |
parent | f6e703a81859f45a87fc43931f5ca5c53a53c211 (diff) | |
download | opt-854740f88066c8405a4dece5067e56067ddd9e0c.tar.gz opt-854740f88066c8405a4dece5067e56067ddd9e0c.tar.xz |
tevent: update to 0.12.0
Diffstat (limited to 'tevent')
-rw-r--r-- | tevent/.footprint | 6 | ||||
-rw-r--r-- | tevent/.signature | 8 | ||||
-rw-r--r-- | tevent/Pkgfile | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/tevent/.footprint b/tevent/.footprint index d008656b1..c262b9741 100644 --- a/tevent/.footprint +++ b/tevent/.footprint @@ -2,9 +2,9 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/tevent.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.11.0 -lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.11.0 --rwxr-xr-x root/root usr/lib/libtevent.so.0.11.0 +lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.12.0 +lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.12.0 +-rwxr-xr-x root/root usr/lib/libtevent.so.0.12.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/tevent.pc drwxr-xr-x root/root usr/lib/python3.9/ diff --git a/tevent/.signature b/tevent/.signature index 11c59934c..fe38ad145 100644 --- a/tevent/.signature +++ b/tevent/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/XrQHjWFaEtITZPTi8HeWNaWPV7/i23bpncOd6RyCXVqLAdpPVxecSXgNgBn0jAU5QG9dSKD+sMC9HvkqCHNcAw= -SHA256 (Pkgfile) = 18dd1ea41e704ea67ddabd82a9993cc0a54ac1b1eb65064b2d49885ec0dc186f -SHA256 (.footprint) = 016c23ad88893284f39d6f70bbae8fe727c3bb59bc741339e3dc4ca81f551522 -SHA256 (tevent-0.11.0.tar.gz) = ee9a86c8e808aac2fe1e924eaa139ff7f0269d0e8e4fafa850ae5c7489bc82ba +RWSE3ohX2g5d/VAsH929HIxywmFEV4u8sG+U7be1p0ZdEgzr8uNnRCwSak5fwa6OShXKQbTfnHwNWz1wPx9ehRR4dRqChG9TNAI= +SHA256 (Pkgfile) = 8805effcbedbb061ae13f29dac025ca396cb1c68fee889588683a11063da1c03 +SHA256 (.footprint) = 034e850a14285de07a8770525e00113443364423c6472672e6f15b35bfb38207 +SHA256 (tevent-0.12.0.tar.gz) = f9d507861c6a2366a602f2a76b16710c02053afc4883d3e5fa83a05500329c90 diff --git a/tevent/Pkgfile b/tevent/Pkgfile index 47b87983c..f1574adfc 100644 --- a/tevent/Pkgfile +++ b/tevent/Pkgfile @@ -1,10 +1,10 @@ # Description: Event library based on talloc -# URL: https://tevent.samba.org/ -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: talloc +# URL: https://tevent.samba.org/ +# Maintainer: Juergen Daubert, jue at crux dot nu +# Depends on: talloc name=tevent -version=0.11.0 +version=0.12.0 release=1 source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz) |