aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2019-10-28 15:02:51 +0300
committerAndrey Novikov2019-10-28 15:02:51 +0300
commitdaa50b6a90591c6138feb4fbd9209b0ea4cfd38b (patch)
tree1671ecabb557f5d37a97934bbf6e782e40fd1080
parentd8c41ba58c53cb1f283d8f451b2a13600a4c1f54 (diff)
downloadaur-daa50b6a90591c6138feb4fbd9209b0ea4cfd38b.tar.gz
Upgrade imgproxy to 2.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cefd0a306c2..d2840e456357 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.0
+ pkgver = 2.6.1
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.0.tar.gz
- sha256sums = 6656447532bf845677282ff2b496a287c4653d37c7dd81fdb32c36b7428993e1
+ source = https://github.com/imgproxy/imgproxy/archive/v2.6.1.tar.gz
+ sha256sums = 86c6b31e7aa62e537a3d88c120af35c84fd99596680a75ab0592e6d700e8717b
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 3c72d7ca2831..9336e56e7d6e 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.0
+pkgver=2.6.1
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=('6656447532bf845677282ff2b496a287c4653d37c7dd81fdb32c36b7428993e1')
+sha256sums=('86c6b31e7aa62e537a3d88c120af35c84fd99596680a75ab0592e6d700e8717b')
build() {
cd "$pkgname-$pkgver"