aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2021-02-08 16:31:22 +0300
committerAndrey Novikov2021-02-08 16:31:22 +0300
commit475d8b489e42b48f886fc96cbf8e6fae577323ce (patch)
treea94b121c50b743438a1043edcdc32e79d6f807b1 /PKGBUILD
parentd01798554c09f336491c54a6b3cf3b651f9130a3 (diff)
downloadaur-475d8b489e42b48f886fc96cbf8e6fae577323ce.tar.gz
Upgrade imgproxy to 2.16.0
See https://github.com/imgproxy/imgproxy/releases/tag/v2.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"