Package Details: payload-dumper-go-bin 1.2.2-1

Git Clone URL: https://aur.archlinux.org/payload-dumper-go-bin.git (read-only, click to copy)
Package Base: payload-dumper-go-bin
Description: an android OTA payload dumper written in Go
Upstream URL: https://github.com/ssut/payload-dumper-go
Licenses: Apache
Conflicts: payload-dumper-go
Provides: payload-dumper-go
Submitter: 0mega28
Maintainer: 0mega28
Last Packager: 0mega28
Votes: 8
Popularity: 0.000193
First Submitted: 2021-09-04 07:23 (UTC)
Last Updated: 2022-08-26 05:51 (UTC)

Latest Comments

0mega28 commented on 2022-08-26 05:53 (UTC)

Hi OliverLew, I have updated the package but I am not on Arch system to test the package. Do you want to co-maintain the package?

xlucn commented on 2022-08-26 05:25 (UTC)

Please update the package

diff --git a/PKGBUILD b/PKGBUILD
index 8b73694..e0bd8ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Saksham Gupta <sakshamdam54321 at gmail dot com>
 pkgname=payload-dumper-go-bin
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="an android OTA payload dumper written in Go"
 arch=('x86_64')
@@ -11,7 +11,7 @@ provides=("${pkgname%-bin}")
 conflicts=("${pkgname%-bin}")
 source=("$url/releases/download/$pkgver/${pkgname%-bin}_${pkgver}_linux_amd64.tar.gz"
         "$url/raw/$pkgver/LICENSE")
-sha256sums=('9c2d3e23f73651b31ea6b8b3ba30aaedd5f89558a5a9dc8987f85dd80f4b918a'
+sha256sums=('55015ae32ee0156bd9b64c58c6c1d7753773a286232254af3b0c67fcc8d7960a'
             '4a26a47cfc98fcad333c3e1ccda022cdeb0e19cde4f1fe4aef4a51f621769922')

 package() {

Gio commented on 2022-03-12 21:04 (UTC)

Thank You for providing this!