aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2021-02-08 16:31:22 +0300
committerAndrey Novikov2021-02-08 16:31:22 +0300
commit475d8b489e42b48f886fc96cbf8e6fae577323ce (patch)
treea94b121c50b743438a1043edcdc32e79d6f807b1
parentd01798554c09f336491c54a6b3cf3b651f9130a3 (diff)
downloadaur-475d8b489e42b48f886fc96cbf8e6fae577323ce.tar.gz
Upgrade imgproxy to 2.16.0
See https://github.com/imgproxy/imgproxy/releases/tag/v2.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a548c9042a7..2c8079882f59 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.15.0
+ pkgver = 2.16.0
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,8 +9,8 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips
- source = https://github.com/imgproxy/imgproxy/archive/v2.15.0.tar.gz
- sha256sums = 3bee2aecbb66c98c9e1254a163fb53e32e8af5bf8e3a92f119427113bee01c91
+ source = https://github.com/imgproxy/imgproxy/archive/v2.16.0.tar.gz
+ sha256sums = d52d705f159595c12341c54c34a18f8bb55bd55c3f4cc2493c0f9cf37405b109
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 4ea96f0fd8b4..1dea9921507e 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.15.0
+pkgver=2.16.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=('3bee2aecbb66c98c9e1254a163fb53e32e8af5bf8e3a92f119427113bee01c91')
+sha256sums=('d52d705f159595c12341c54c34a18f8bb55bd55c3f4cc2493c0f9cf37405b109')
build() {
cd "$pkgname-$pkgver"