summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoristimaldar2020-08-22 12:01:41 +0300
committeristimaldar2020-08-22 12:01:41 +0300
commit18fe3c8933ae9add6c128318473f2a6d0653044e (patch)
treed1811c567c43c0f4ab6618d059f405c4bfa9e921
parent96f1fe323f3d5b4e99709bed80d2236f24cbfd8e (diff)
downloadaur-18fe3c8933ae9add6c128318473f2a6d0653044e.tar.gz
7.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be1bf7f9b9c7..a2a8b996279b 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.2
+ pkgver = 7.0.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.0.2/powershell_7.0.2-1.ubuntu.18.04_amd64.deb
- sha256sums = a28c95b376e6dd7ef0bf523b6bd329485948a53e27fd2e8b3dded6981471214c
+ source = https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/powershell_7.0.3-1.ubuntu.18.04_amd64.deb
+ sha256sums = d302325dbc54bc1a0a097e5fdf25e286a7572865ac30b3bf748b3e329ebf55d0
pkgname = powershell-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8bc3fd03a502..009f8f2cc095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tomasz Hamerla <tomasz.hamerla@outlook.com>
pkgname=powershell-bin
-_pkgver=7.0.2
+_pkgver=7.0.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=('43ea45a0650617cffdf2bec61e4e955c74494338b058a3bcf76f833077cd3a9c')
+sha256sums=('d302325dbc54bc1a0a097e5fdf25e286a7572865ac30b3bf748b3e329ebf55d0')
source=("https://github.com/PowerShell/PowerShell/releases/download/v${_pkgver}/powershell_${_pkgver}-1.ubuntu.18.04_amd64.deb")
package() {