summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Ostuni2020-04-27 14:07:53 +0200
committerDario Ostuni2020-04-27 14:07:53 +0200
commit616ec66315c7e9595fcdbc1cf479c02a13afb5f5 (patch)
tree2cb83032b106bc5c34dd389d514018e379e61af4 /PKGBUILD
parentaf5df155441a2d45ba904f7d34629bbc5b676cfb (diff)
downloadaur-python-erlang.tar.gz
Update to 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 544344487a03..64b7d716e397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=python-erlang
-pkgver=1.7.9
+pkgver=1.8.0
pkgrel=1
pkgdesc="Erlang Binary Term Format for Python"
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python')
options=(!emptydirs)
source=("https://github.com/okeuday/erlang_py/archive/v${pkgver}.tar.gz")
-sha384sums=('6ba135f3e41c8d46ca494d1b8321fa0fe1b72ee69a064663341076a2869ffea5cdb722f5114635541f9a986cd63bc72e')
+sha384sums=('8227c9b9cee6ab95fedb46add279cad3ffa39b239da85cc0d9a8b471d48b64a9e699c8cabb9edbc36bd62f154cb0df29')
package() {
cd "$srcdir/erlang_py-${pkgver}"