aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2021-09-07 15:27:11 +0300
committerAndrey Novikov2021-09-07 15:27:11 +0300
commita260d4cbd7a9193b3d4eb18edd4457bd841904c3 (patch)
treef88e2ee5b4c9ec9bba8b09fc27b3a764fb0e7860
parente5eebd58775396626a0116ac476680548aef455f (diff)
downloadaur-a260d4cbd7a9193b3d4eb18edd4457bd841904c3.tar.gz
Upgrade imgproxy to 2.17.0
See https://github.com/imgproxy/imgproxy/releases/tag/v2.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 870edc7d5a9f..2ddf2309dbe7 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.16.7
+ pkgver = 2.17.0
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,7 +9,7 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips
- source = https://github.com/imgproxy/imgproxy/archive/v2.16.7.tar.gz
- sha256sums = a86c60134fc06999c2bf038e0f12d73dd7452125764bf127b8adafc31db5426a
+ source = https://github.com/imgproxy/imgproxy/archive/v2.17.0.tar.gz
+ sha256sums = f04486e02ca40d14e65cf1774c7bad85d5a237de3798b14cc1160e9eafdb8200
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 100001f3332b..bad6c801f650 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.16.7
+pkgver=2.17.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libvips')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('a86c60134fc06999c2bf038e0f12d73dd7452125764bf127b8adafc31db5426a')
+sha256sums=('f04486e02ca40d14e65cf1774c7bad85d5a237de3798b14cc1160e9eafdb8200')
build() {
cd "$pkgname-$pkgver"