aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2019-11-15 12:17:27 +0300
committerAndrey Novikov2019-11-15 12:17:27 +0300
commitbdb31b217848557c67b0070c14e454c3a18e9ce9 (patch)
tree565757193f48ff1747477c601c3c45a3665edbb7
parentdaa50b6a90591c6138feb4fbd9209b0ea4cfd38b (diff)
downloadaur-bdb31b217848557c67b0070c14e454c3a18e9ce9.tar.gz
Upgrade imgproxy to 2.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2840e456357..510d0a4f4544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 2.6.1
+ pkgver = 2.6.2
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,8 +9,8 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = vips
- source = https://github.com/imgproxy/imgproxy/archive/v2.6.1.tar.gz
- sha256sums = 86c6b31e7aa62e537a3d88c120af35c84fd99596680a75ab0592e6d700e8717b
+ source = https://github.com/imgproxy/imgproxy/archive/v2.6.2.tar.gz
+ sha256sums = f5ddbee1f5749231d471940f27a5edfb932245617e163da7ea80b745f078a497
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 9336e56e7d6e..e8d22e699685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('vips')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('86c6b31e7aa62e537a3d88c120af35c84fd99596680a75ab0592e6d700e8717b')
+sha256sums=('f5ddbee1f5749231d471940f27a5edfb932245617e163da7ea80b745f078a497')
build() {
cd "$pkgname-$pkgver"