summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2c5d5aeadac..cc778583bc2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = instaloader
pkgdesc = Command line tool to download pictures, videos and metadata from Instagram
- pkgver = 4.1
+ pkgver = 4.1.1
pkgrel = 1
url = https://instaloader.github.io/
arch = any
@@ -9,7 +9,7 @@ pkgbase = instaloader
depends = python>=3.5
depends = python-requests>=2.4
options = !emptydirs
- source = instaloader-4.1.tar.gz::https://codeload.github.com/instaloader/instaloader/tar.gz/v4.1
- sha512sums = 6ba2740f1693239c10538f8881b55d9af09ba06bd531c153028030cb79e17bbf09c586f99a64d37ab5a84517b0eef2b48f76ae8b35b05546744c5ab313d0359b
+ source = instaloader-4.1.1.tar.gz::https://codeload.github.com/instaloader/instaloader/tar.gz/v4.1.1
+ sha512sums = c09a2b0c8e2f7a0b15e23a6091453e8c7e797e5e497f80c5718cbf4861c203ec68fe0db62e9708f778fbba865338ec756f908c508c88a51316df96689f92b7f5
pkgname = instaloader
diff --git a/PKGBUILD b/PKGBUILD
index 5d5552f8daed..ffaead43cd45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: André Koch-Kramer <koch-kramer@web.de>
pkgname=instaloader
-pkgver=4.1
+pkgver=4.1.1
pkgrel=1
pkgdesc="Command line tool to download pictures, videos and metadata from Instagram"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python>=3.5' 'python-requests>=2.4')
makedepends=('python-setuptools')
options=('!emptydirs')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/instaloader/instaloader/tar.gz/v$pkgver)
-sha512sums=('6ba2740f1693239c10538f8881b55d9af09ba06bd531c153028030cb79e17bbf09c586f99a64d37ab5a84517b0eef2b48f76ae8b35b05546744c5ab313d0359b')
+sha512sums=('c09a2b0c8e2f7a0b15e23a6091453e8c7e797e5e497f80c5718cbf4861c203ec68fe0db62e9708f778fbba865338ec756f908c508c88a51316df96689f92b7f5')
build() {
cd "$srcdir/$pkgname-$pkgver"