summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2015-09-11 21:31:55 +0200
committerSanpi2015-09-11 21:31:55 +0200
commit7699a77e972823e5d30ab65382440f2d77ba4965 (patch)
tree34a3e36d7a95506dbf63ed8b89c363051ec74f2e
parent2b61c6d93290151d491b4e8fc80ca8d2b9c524dc (diff)
downloadaur-7699a77e972823e5d30ab65382440f2d77ba4965.tar.gz
v3.2.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9f46a6e84f7..bcb8a68d02b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=pgloader
-pkgver=3.2.0
+pkgver=3.2.2
pkgrel=1
pkgdesc='A data loading tool for PostgreSQL, using the COPY command.'
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('custom:PostgreSQL')
depends=('freetds' 'libzip')
makedepends=('sbcl>=1.1.14' 'make' 'gawk' 'curl' 'sqlite' 'unzip')
source=("https://github.com/dimitri/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('c31c6227a719184ea2ddbee4e64c290a')
+md5sums=('82bd0574a476f4fae2620568f0232951')
prepare() {
cd "$pkgname-$pkgver"