aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2023-04-27 20:44:13 +0900
committerAndrey Novikov2023-04-27 20:44:13 +0900
commit14dcdd56f0939096be9f6c44716651630a9d853d (patch)
treea83015db156725e161494ff019fcb90761a7436f
parentdde3d1e74b70b0c3610ee730351b0efb8a0cf06f (diff)
downloadaur-14dcdd56f0939096be9f6c44716651630a9d853d.tar.gz
Upgrade imgproxy to 3.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28eb902d6490..0c8d6288eb8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 3.16.0
+ pkgver = 3.16.1
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,7 +9,7 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips>=8.10
- source = https://github.com/imgproxy/imgproxy/archive/v3.16.0.tar.gz
- sha256sums = 44a06428f37a271852738bcdbb8d8cdb662cf5ee23876b1aca1c61872ad10f87
+ source = https://github.com/imgproxy/imgproxy/archive/v3.16.1.tar.gz
+ sha256sums = 761ab32904dd97e0731fdf78f4dd53cd63b9cefcea751b447f9ca0f21fb2980c
pkgname = imgproxy
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"