makedeb


pirate-get 0.4.2-7


A command line interface for the Pirate Bay

Click here to go back to the commit logs for pirate-get.

Commit:


Hash: 4880a88c766285cade625aef401841753a332df8

Message: Version 0.2.12

Diff


diff --git a/.SRCINFO b/.SRCINFO
index c1cf90d..dfa886e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = pirate-get
 	pkgdesc = A command line interface for the Pirate Bay
-	pkgver = 0.2.11
+	pkgver = 0.2.12
 	pkgrel = 1
 	url = https://github.com/vikstrous/pirate-get/
 	arch = any
@@ -10,8 +10,8 @@ pkgbase = pirate-get
 	depends = python-beautifulsoup4
 	depends = python-termcolor
 	depends = python-colorama
-	source = pirate-get-0.2.11.tar.gz::https://github.com/vikstrous/pirate-get/archive/v0.2.11.tar.gz
-	sha256sums = b568e94f463e99e0f9b6751c67090a63ed00c2b340be9100ff7105cb5a42f429
+	source = pirate-get-0.2.12.tar.gz::https://github.com/vikstrous/pirate-get/archive/v0.2.12.tar.gz
+	sha256sums = 1040ee051710b3d6ab8c59f5c6ffec24f003fd590a6f88373598bd09242a9063
 
 pkgname = pirate-get
 
diff --git a/PKGBUILD b/PKGBUILD
index d8b13ee..e9373d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Wilson Birney <wpbirney@gmail.com>
 
 pkgname=pirate-get
-pkgver=0.2.11
+pkgver=0.2.12
 pkgrel=1
 pkgdesc='A command line interface for the Pirate Bay'
 arch=('any')
@@ -11,7 +11,7 @@ url='https://github.com/vikstrous/pirate-get/'
 license=('AGPL')
 depends=('python-setuptools' 'python-veryprettytable' 'python-beautifulsoup4' 'python-termcolor' 'python-colorama')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vikstrous/pirate-get/archive/v${pkgver}.tar.gz")
-sha256sums=('b568e94f463e99e0f9b6751c67090a63ed00c2b340be9100ff7105cb5a42f429')
+sha256sums=('1040ee051710b3d6ab8c59f5c6ffec24f003fd590a6f88373598bd09242a9063')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"