summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Losito2024-01-01 11:38:26 +0100
committerSergio Losito2024-01-01 11:38:26 +0100
commite445474fa028dc68784552f80a92fee7ed7485d8 (patch)
treecbe1a527fe97400eb31cdf661518f7157aad5ac3
parent36c2f57cf21e9fbe0ff4f63c56825cc31d433514 (diff)
downloadaur-e445474fa028dc68784552f80a92fee7ed7485d8.tar.gz
update 1.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9002804caca0..f3f8502b60b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = psa-update
pkgdesc = CLI alternative to PSA (Peugeot / Citroën / DS / Opel) infotainment system update (NAC / RCC firmware and navigation maps), hopefully more robust.
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/zeld/psa-update
arch = x86_64
license = UNLICENSE
depends = openssl
- noextract = https://github.com/zeld/psa-update/releases/download/1.0.3/psa-update-1.0.3-x86_64-unknown-linux-gnu.tar.gz
- source = https://github.com/zeld/psa-update/releases/download/1.0.3/psa-update-1.0.3-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = b9aca3e506f48b5a1a52781b1634881f1102da8b9ebb363a6faf003f2c7caabb
+ noextract = https://github.com/zeld/psa-update/releases/download/1.0.4/psa-update-1.0.4-x86_64-unknown-linux-gnu.tar.gz
+ source = https://github.com/zeld/psa-update/releases/download/1.0.4/psa-update-1.0.4-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 404ecb5543f588a203eab277e98548a86da1e70034d8644e98636db56bfc8390
pkgname = psa-update
diff --git a/PKGBUILD b/PKGBUILD
index adbf5a3c985e..f6209118446c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=psa-update
pkgbase=psa-update
pkgdesc='CLI alternative to PSA (Peugeot / Citroën / DS / Opel) infotainment system update (NAC / RCC firmware and navigation maps), hopefully more robust.'
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
arch=('x86_64')
url='https://github.com/zeld/psa-update'
@@ -10,7 +10,7 @@ license=('UNLICENSE')
depends=('openssl')
source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
noextract=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=("b9aca3e506f48b5a1a52781b1634881f1102da8b9ebb363a6faf003f2c7caabb")
+sha256sums=("404ecb5543f588a203eab277e98548a86da1e70034d8644e98636db56bfc8390")
package() {
cd "${pkgname}-${pkgver}-x86_64-unknown-linux-gnu"