mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
parent
48b4da5074
commit
f8e89de0a1
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=postgresql
|
||||
pkgver=9.3.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A sophisticated object-relational DBMS"
|
||||
url="http://www.postgresql.org/"
|
||||
arch="all"
|
||||
|
@ -3,7 +3,7 @@
|
||||
new="$1"
|
||||
old="$2"
|
||||
|
||||
pgver=${new%*.}
|
||||
pgver=${new%.*}
|
||||
compare=$(apk version -t "$old" $pgver)
|
||||
|
||||
# check if we upgrade from earlier than $pgver and if it is running
|
||||
|
Loading…
Reference in New Issue
Block a user