aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2021-07-20 17:00:15 +0300
committerAndrey Novikov2021-07-20 17:00:15 +0300
commite5eebd58775396626a0116ac476680548aef455f (patch)
tree94c92642da9929736ae619e7739f5f230d84547b
parent8b7f9711f88f5b7aa894a0edcfe61f339e52db9d (diff)
downloadaur-e5eebd58775396626a0116ac476680548aef455f.tar.gz
Upgrade imgproxy to 2.16.7
See https://github.com/imgproxy/imgproxy/releases/tag/v2.16.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f133357510a..870edc7d5a9f 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.6
+ pkgver = 2.16.7
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,8 +9,7 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips
- source = https://github.com/imgproxy/imgproxy/archive/v2.16.6.tar.gz
- sha256sums = 568ee735217d1b2b774b7d7c4d22492c117312cc7c8eec16faa5fd35ce9a7080
+ source = https://github.com/imgproxy/imgproxy/archive/v2.16.7.tar.gz
+ sha256sums = a86c60134fc06999c2bf038e0f12d73dd7452125764bf127b8adafc31db5426a
pkgname = imgproxy
-
diff --git a/PKGBUILD b/PKGBUILD
index 62f604590f27..100001f3332b 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.6
+pkgver=2.16.7
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=('568ee735217d1b2b774b7d7c4d22492c117312cc7c8eec16faa5fd35ce9a7080')
+sha256sums=('a86c60134fc06999c2bf038e0f12d73dd7452125764bf127b8adafc31db5426a')
build() {
cd "$pkgname-$pkgver"