aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2023-05-17 13:47:45 +0900
committerAndrey Novikov2023-05-17 13:47:45 +0900
commit1e5ae4ccb036a54a5199157866e471e66dd89102 (patch)
tree2c17ffb3a29a968a826cc998554f0ac2f39ba525
parent14dcdd56f0939096be9f6c44716651630a9d853d (diff)
downloadaur-1e5ae4ccb036a54a5199157866e471e66dd89102.tar.gz
Upgrade imgproxy to 3.17.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c8d6288eb8a..aad2ee1df566 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.1
+ pkgver = 3.17.0
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.1.tar.gz
- sha256sums = 761ab32904dd97e0731fdf78f4dd53cd63b9cefcea751b447f9ca0f21fb2980c
+ source = https://github.com/imgproxy/imgproxy/archive/v3.17.0.tar.gz
+ sha256sums = 8388be7f80e7da90fb2c9df8794d47ffbcc9e5408c263f01982ad0a1d36e6584
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index c95cd443ecca..2ed053fc1566 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.1
+pkgver=3.17.0
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=('761ab32904dd97e0731fdf78f4dd53cd63b9cefcea751b447f9ca0f21fb2980c')
+sha256sums=('8388be7f80e7da90fb2c9df8794d47ffbcc9e5408c263f01982ad0a1d36e6584')
build() {
cd "$pkgname-$pkgver"