summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCookie Engineer2020-02-04 10:23:25 +0100
committerCookie Engineer2020-02-04 10:23:25 +0100
commita5bf61b3b7ba02fc7f32b6d288f6c06509a2314b (patch)
tree12c54a33ad90726d2eb4de8803131039a95a3128 /PKGBUILD
parentf2325b9db621ff32f464b0b9192d47117f13cacb (diff)
downloadaur-a5bf61b3b7ba02fc7f32b6d288f6c06509a2314b.tar.gz
version 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ae993d6ba90..bf026a62d59b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former Maintainer: Daniel M. Capella <polycitizen@gmail.com>
pkgname=instagram-scraper
-pkgver=1.7.1
+pkgver=1.8.0
pkgrel=1
pkgdesc="Scrapes and downloads an instagram user's photos and videos"
arch=('any')
@@ -11,7 +11,7 @@ license=('custom:Public domain')
depends=('python-requests' 'python-tqdm')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha512sums=('6bef86e57b0215da41837098fe0b46bed05d42126ad30fa8f3b410e33f77a60c1616b7d8ef5eb4bbbb73aba36ff5c54da949fca415f9086b0c67eaf33d6e57bc')
+sha512sums=('03227514cf8e5e7e8c6b10963c281e72528b9b7925f4f528578515c27a0b74225257a6a18421a2d4260c38478081cb919064cba6b7ab064f1214945d888e1637')
build() {
cd $pkgname-$pkgver