summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoristimaldar2021-01-15 03:33:02 +0300
committeristimaldar2021-01-15 03:33:02 +0300
commit7a7d175cdc5c08dd841a96eb53d5b82957d2698e (patch)
treed4dfa6f5f3dcf79e12a762b98e5805ca0ec4de57
parent55221b42a18abe66a52ea24eebba4f62ed9e4139 (diff)
downloadaur-7a7d175cdc5c08dd841a96eb53d5b82957d2698e.tar.gz
v7.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23253bf181ee..42f912272ba4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = powershell-bin
pkgdesc = A cross-platform automation and configuration tool/framework (binary package)
- pkgver = 7.1.0
+ pkgver = 7.1.1
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.0/powershell_7.1.0-1.ubuntu.18.04_amd64.deb
- sha256sums = 0e91d6a3efde525266e4dc35613415d318408e4df7c37e1e8576175ab9378faa
+ source = https://github.com/PowerShell/PowerShell/releases/download/v7.1.1/powershell_7.1.1-1.ubuntu.18.04_amd64.deb
+ sha256sums = 0e10d4ef02a5bc2d6a15e6f58745cadaf5ecf94aad6d1c0bcb5bd6443bc8f3b7
pkgname = powershell-bin
diff --git a/PKGBUILD b/PKGBUILD
index bb2b23733da9..405100e7c5ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tomasz Hamerla <tomasz.hamerla@outlook.com>
pkgname=powershell-bin
-_pkgver=7.1.0
+_pkgver=7.1.1
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=('0e91d6a3efde525266e4dc35613415d318408e4df7c37e1e8576175ab9378faa')
+sha256sums=('0e10d4ef02a5bc2d6a15e6f58745cadaf5ecf94aad6d1c0bcb5bd6443bc8f3b7')
source=("https://github.com/PowerShell/PowerShell/releases/download/v${_pkgver}/powershell_${_pkgver}-1.ubuntu.18.04_amd64.deb")
package() {