summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoristimaldar2020-11-15 11:41:02 +0300
committeristimaldar2020-11-15 11:41:02 +0300
commit55221b42a18abe66a52ea24eebba4f62ed9e4139 (patch)
tree5f041997326486f787d8684787165c9368d8865a
parent18fe3c8933ae9add6c128318473f2a6d0653044e (diff)
downloadaur-55221b42a18abe66a52ea24eebba4f62ed9e4139.tar.gz
7.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2a8b996279b..23253bf181ee 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.0.3
+ pkgver = 7.1.0
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.0.3/powershell_7.0.3-1.ubuntu.18.04_amd64.deb
- sha256sums = d302325dbc54bc1a0a097e5fdf25e286a7572865ac30b3bf748b3e329ebf55d0
+ source = https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/powershell_7.1.0-1.ubuntu.18.04_amd64.deb
+ sha256sums = 0e91d6a3efde525266e4dc35613415d318408e4df7c37e1e8576175ab9378faa
pkgname = powershell-bin
diff --git a/PKGBUILD b/PKGBUILD
index 009f8f2cc095..bb2b23733da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tomasz Hamerla <tomasz.hamerla@outlook.com>
pkgname=powershell-bin
-_pkgver=7.0.3
+_pkgver=7.1.0
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=('d302325dbc54bc1a0a097e5fdf25e286a7572865ac30b3bf748b3e329ebf55d0')
+sha256sums=('0e91d6a3efde525266e4dc35613415d318408e4df7c37e1e8576175ab9378faa')
source=("https://github.com/PowerShell/PowerShell/releases/download/v${_pkgver}/powershell_${_pkgver}-1.ubuntu.18.04_amd64.deb")
package() {