summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoses Narrow2022-07-07 12:26:10 -0500
committerMoses Narrow2022-07-07 12:26:10 -0500
commit88a45447ac47b27dddc65b2d133b175fa878a9c8 (patch)
tree672d82c70a2640e8b77cc8a0dce131e0fc24bae6
parent1e3ee79236923ad635d5152e61a334d200884e29 (diff)
downloadaur-88a45447ac47b27dddc65b2d133b175fa878a9c8.tar.gz
update scripts from test. Autoconfig now backs up config to /etc/skywire-config.json to solve issue of config not persisting reinstall
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--cc.deb.PKGBUILD2
-rw-r--r--skywire-scripts.tar.gzbin24127 -> 24154 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12dd89a57468..109fc79adccf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = skywire-bin
provides = skywire
conflicts = skywire
source = skywire-scripts.tar.gz
- sha256sums = 8db30cde6fd34960ba05a5f32c7af4c90ddcb04f15491320be171fa1c0b61189
+ sha256sums = 1fd23f388562dafcc59b1044572ceb938b3f08cd0e8c397f6b01e8df17366ba5
source_x86_64 = https://github.com/skycoin/skywire/releases/download/v1.0.0/skywire-v1.0.0-linux-amd64.tar.gz
sha256sums_x86_64 = bc019915906df4a2be559b9bfc8b870e1a820071f799cd5608070fe242d29a6a
source_aarch64 = https://github.com/skycoin/skywire/releases/download/v1.0.0/skywire-v1.0.0-linux-arm64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 08c66967d75e..4ee2e0e86173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ conflicts=( 'skywire' )
install=skywire.install
_scripts=${_pkgname}-scripts
source=("${_scripts}.tar.gz" )
-sha256sums=('8db30cde6fd34960ba05a5f32c7af4c90ddcb04f15491320be171fa1c0b61189')
+sha256sums=('1fd23f388562dafcc59b1044572ceb938b3f08cd0e8c397f6b01e8df17366ba5')
sha256sums_x86_64=('bc019915906df4a2be559b9bfc8b870e1a820071f799cd5608070fe242d29a6a')
sha256sums_aarch64=('cf76f6a154a07501baa7208d8a99aa0ea28e5c72f8e37c45f76a1253f878faa4')
sha256sums_armv8=('cf76f6a154a07501baa7208d8a99aa0ea28e5c72f8e37c45f76a1253f878faa4')
diff --git a/cc.deb.PKGBUILD b/cc.deb.PKGBUILD
index ea683ebcbe5d..0fd709a64cb7 100644
--- a/cc.deb.PKGBUILD
+++ b/cc.deb.PKGBUILD
@@ -35,7 +35,7 @@ noextract=(
"${_binarchive}armhf.tar.gz"
"${_release_url}-arm.tar.gz"
)
-sha256sums=('8db30cde6fd34960ba05a5f32c7af4c90ddcb04f15491320be171fa1c0b61189'
+sha256sums=('1fd23f388562dafcc59b1044572ceb938b3f08cd0e8c397f6b01e8df17366ba5'
'bc019915906df4a2be559b9bfc8b870e1a820071f799cd5608070fe242d29a6a'
'cf76f6a154a07501baa7208d8a99aa0ea28e5c72f8e37c45f76a1253f878faa4'
'f76d5e12b34ee67cf758c0df25e619ce28a9ae823497425c2bcca9f34db2c0c6'
diff --git a/skywire-scripts.tar.gz b/skywire-scripts.tar.gz
index 9de2ec47e4dd..def5b6664e6a 100644
--- a/skywire-scripts.tar.gz
+++ b/skywire-scripts.tar.gz
Binary files differ