From 35b34dbf8bce323292d6645e0f9b127a40695de0 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Sat, 27 Jan 2024 16:21:39 +0300 Subject: [PATCH] python-dotenv: update to 1.0.1 --- mingw-w64-python-dotenv/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-dotenv/PKGBUILD b/mingw-w64-python-dotenv/PKGBUILD index 94f6774521..3a2d84e570 100644 --- a/mingw-w64-python-dotenv/PKGBUILD +++ b/mingw-w64-python-dotenv/PKGBUILD @@ -3,8 +3,8 @@ _realname=dotenv pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.0.0 -pkgrel=2 +pkgver=1.0.1 +pkgrel=1 pkgdesc="Get and set values in your .env file in local and production servers (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -19,7 +19,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python-wheel" ) source=("${_realname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz") -sha256sums=('93fc54524656990bc9911ab224c991457cd8f39364c48cded2f1c4cb3846c0ac') +sha256sums=('cba4f54853af25e248c37400d4bd16549b52b27ee16839317841bbe388b19d56') build() { cd "python-${_realname}-${pkgver}"