wok diff postfix-mysql/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 6b06abdea831
children d80275dcc2c7
line diff
     1.1 --- a/postfix-mysql/receipt	Thu Apr 20 17:05:52 2017 +0200
     1.2 +++ b/postfix-mysql/receipt	Tue Apr 14 15:51:31 2020 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="postfix-mysql"
     1.7 -VERSION="3.2.0"
     1.8 +VERSION="3.4.5"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="MySQL support for Postfix."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="other"
    1.13  WEB_SITE="http://www.postfix.org/"
    1.14 -WANTED="postfix"
    1.15  
    1.16  DEPENDS="postfix libmysqlclient"
    1.17 +WANTED="postfix"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21 @@ -17,4 +17,3 @@
    1.22  	mkdir -p $fs/usr/lib/postfix/
    1.23  	cp -a $src/src/global/dict_mysql.o $fs/usr/lib/postfix
    1.24  }
    1.25 -