wok rev 25143

updated plsh (1.20171014 -> 1.20200522)
author Hans-G?nter Theisgen
date Wed Jun 29 14:42:01 2022 +0100 (22 months ago)
parents adcf8ba4b15a
children bc373060e0a6
files plsh/description.txt plsh/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/plsh/description.txt	Wed Jun 29 14:42:01 2022 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +PL/sh is a procedural language handler for PostgreSQL that allows
     1.5 +to write stored procedures in a shell of your choice.
     2.1 --- a/plsh/receipt	Wed Jun 29 14:35:46 2022 +0100
     2.2 +++ b/plsh/receipt	Wed Jun 29 14:42:01 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="plsh"
     2.7 -VERSION="1.20171014"
     2.8 +VERSION="1.20200522"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="A procedural language handler for PostgreSQL using any shell."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="BSD"
    2.13  WEB_SITE="https://github.com/petere/plsh"
    2.14 +REPOLOGY="postgresql-plsh"
    2.15  
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"