diff options
author | istimaldar | 2021-03-19 15:04:00 +0300 |
---|---|---|
committer | istimaldar | 2021-03-19 15:04:00 +0300 |
commit | 4ac3e9da9530507556e8e0bc178fa90729cd224a (patch) | |
tree | d919b4a30e76402bbee8e49860ae19f753652104 | |
parent | ee7fa7f7bbb5cf426721627cc2ddd3806e506c08 (diff) | |
download | aur-4ac3e9da9530507556e8e0bc178fa90729cd224a.tar.gz |
v7.1.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = powershell-bin pkgdesc = A cross-platform automation and configuration tool/framework (binary package) - pkgver = 7.1.2 + pkgver = 7.1.3 pkgrel = 1 url = https://github.com/Powershell/Powershell install = powershell.install @@ -16,8 +16,8 @@ pkgbase = powershell-bin conflicts = powershell options = staticlibs options = !strip - source = https://github.com/PowerShell/PowerShell/releases/download/v7.1.2/powershell_7.1.2-1.ubuntu.18.04_amd64.deb - sha256sums = a2bf05909d4879f5ca8924b0c25af965aa597cfc49651deb1ee9b9463b515d72 + source = https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell_7.1.3-1.ubuntu.18.04_amd64.deb + sha256sums = 5d7867407fc509d45e7d2163cbe42a3c2aa1c1f03e38a35df077e6d0d9439aad pkgname = powershell-bin @@ -2,7 +2,7 @@ # Contributor: Tomasz Hamerla <tomasz.hamerla@outlook.com> pkgname=powershell-bin -_pkgver=7.1.2 +_pkgver=7.1.3 pkgver=${_pkgver/-/.} pkgrel=1 pkgdesc='A cross-platform automation and configuration tool/framework (binary package)' @@ -13,7 +13,7 @@ provides=('powershell') conflicts=('powershell') options=(staticlibs !strip) install=powershell.install -sha256sums=('a2bf05909d4879f5ca8924b0c25af965aa597cfc49651deb1ee9b9463b515d72') +sha256sums=('5d7867407fc509d45e7d2163cbe42a3c2aa1c1f03e38a35df077e6d0d9439aad') source=("https://github.com/PowerShell/PowerShell/releases/download/v${_pkgver}/powershell_${_pkgver}-1.ubuntu.18.04_amd64.deb") package() { |