aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2021-12-10 20:57:28 +0300
committerAndrey Novikov2021-12-10 20:57:28 +0300
commitb0fe2c144da619ac1b5f21ebeab4706533c479f3 (patch)
treeeed4d58e2de020b95c7e238fffbaed62a65a5fd1 /PKGBUILD
parent35d384d8abe5e83f4d49d9671e1182624e01c623 (diff)
downloadaur-b0fe2c144da619ac1b5f21ebeab4706533c479f3.tar.gz
Upgrade imgproxy to 3.1.1
See https://github.com/imgproxy/imgproxy/releases/tag/v3.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e83468bc383d..507e91029d40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libvips>=8.10')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('a5f5509f687ee7fccea4e09de021fad794cddde7b3743f43a0be243b57b6639c')
+sha256sums=('7dccb461ad7bf7cce5477715049d9915ba75fde2a09b0310ad9741b162aa0b93')
build() {
cd "$pkgname-$pkgver"