aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2023-04-27 20:44:13 +0900
committerAndrey Novikov2023-04-27 20:44:13 +0900
commit14dcdd56f0939096be9f6c44716651630a9d853d (patch)
treea83015db156725e161494ff019fcb90761a7436f /PKGBUILD
parentdde3d1e74b70b0c3610ee730351b0efb8a0cf06f (diff)
downloadaur-14dcdd56f0939096be9f6c44716651630a9d853d.tar.gz
Upgrade imgproxy to 3.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb0c1481f8d6..c95cd443ecca 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.16.0
+pkgver=3.16.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=('44a06428f37a271852738bcdbb8d8cdb662cf5ee23876b1aca1c61872ad10f87')
+sha256sums=('761ab32904dd97e0731fdf78f4dd53cd63b9cefcea751b447f9ca0f21fb2980c')
build() {
cd "$pkgname-$pkgver"